COLOR #B2654B

HEX: #B2654B RGB: (178,101,75)

Color info

#B2654B contains mainly red color. Web safe color of #B2654B is #996633 (or #963).

RGB color model

#B2654B color RGB value is (178,101,75).

RGB: (178,101,75) (70%, 40%, 29%)

RGB channels and saturation

R 178 of 255 = 70%
G 101 of 255 = 40%
B 75 of 255 = 29%

178
101
75

R + G + B ~ 46%. #B2654B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 178 + 101 + 75 = 354 (100%)
R 178 of 354 ~ 50.28%
G 101 of 354 ~ 28.53%
B 75 of 354 ~ 21.19'%

%50.28
%28.53
%21.19

CMYK color model

#B2654B color CMYK value is (0,43,58,30).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 57.87%
  • key color value is 30.20%

CMYK: (0,43,58,30)
C0M43Y58K30 (0%, 43%, 58%, 30%)
(0.00 / 0.43 / 0.58 / 0.30)

CMYK percentages

%0
%43.26
%57.87
%30.2

Codes

Color #B2654B in popluar color models

B2 65 4B
RGB 178 101 75
HSL 15° 40.71% 49.61%
HSB/HSV 15° 57.87% 69.80%
CMYK 0.00% 43.26% 57.87%
30.20%

Color #B2654B in popluar number systems.

HEX B2 65 4B
Decimal 178 101 75
Binary 10110010 1100101 1001011
Octal 262 145 113

Shades and tints

Shades of #B2654B

#B2654B
(178,101,75)
#A25C45
(162,92,69)
#92533F
(146,83,63)
#824A39
(130,74,57)
#724133
(114,65,51)
#62382D
(98,56,45)
#522F27
(82,47,39)
#422621
(66,38,33)
#321D1B
(50,29,27)
#221415
(34,20,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #B2654B

#B2654B
(178,101,75)
#B9735B
(185,115,91)
#C0816B
(192,129,107)
#C78F7B
(199,143,123)
#CE9D8B
(206,157,139)
#D5AB9B
(213,171,155)
#DCB9AB
(220,185,171)
#E3C7BB
(227,199,187)
#EAD5CB
(234,213,203)
#F1E3DB
(241,227,219)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2654B color. Also use rgb(178,101,75) instead hex code.

Text Font Color

.myTextColor { color: #B2654B; }

<p style="color:#B2654B">This sample text font color is #B2654B.</p>

This text font color is #B2654B.

Background Color

.myBgColor { background-color: #B2654B; }

<div style="background-color:#B2654B">Inner text</div>

This div background color is #B2654B.

Border color

.myBorderColor { border: 1px solid #B2654B; }

<div style="border:3px solid #B2654B">Div</div>

This div border color is #B2654B.

Opacity

.myOpacity80 { color: #B2654B; opacity: 0.8; }

<p style="color:#B2654B;opacity:0.8;">80%</p>

Text with #B2654B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B2654B;}

<p style="text-shadow: 3px 3px 1px #B2654B">Text here.</p>

This text has shadow with #B2654B color.


.textShadow {text-shadow: 3px 3px 1px #B2654B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2654B, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2654B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2654B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2654B, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2654B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2654B;
-webkit-box-shadow: 1px 1px 3px 2px #B2654B;
box-shadow: 1px 1px 3px 2px #B2654B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2654B; -webkit-box-shadow: 1px 1px 3px 2px #B2654B; box-shadow:1px 1px 3px 2px #B2654B;">
Div content here
</div>

This div box has shadow with color #B2654B.

Preview

Color preview on black background

This text has color #B2654B on black background.


Color preview on white background

This text has color #B2654B on white background.


Black color preview on #B2654B background

This text has black color on #B2654B background.


White color preview on #B2654B background

This text has white color on #B2654B background.


Related colors

Complementary color

Complementary color for #hex is #4D9AB4.


I love getcolorcode.com

Triadic colors

1 #4BB265 and #654BB2 with #B2654B are triadic colors.

2 #4B65B2 and #65B24B with #B2654B are triadic colors.