Color Hex Logo

#b2774a Color Hex

#B2774A
(178,119,74)
0 Favorites   0 Comments

Color spaces of #b2774a

RGB 17811974
HSL0.070.410.49
HSV26°58°70°
CMYK 0.000.330.58   0.30
XYZ26.193023.15309.5670
Yxy23.15300.44460.3930
Hunter Lab48.117612.961521.8939
CIE-Lab55.229618.352033.8960

#b2774a color RGB value is (178,119,74).

#b2774a hex color red value is 178, green value is 119 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b2774a hue: 0.07 , saturation: 0.41 and the lightness value of b2774a is 0.49.

The process color (four color CMYK) of #b2774a color hex is 0.00, 0.33, 0.58, 0.30. Web safe color of #b2774a is #996633. Color #b2774a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 01001010
Octal 262 167 112
Decimal 178 119 74
Hex B2 77 4A

RGB Percentages of Color #b2774a

%47.98
%32.08
%19.95

CMYK Percentages of Color #b2774a

%0
%33
%58
%30

Triadic Colors of #b2774a

#b2774a #4ab277 #774ab2

Analogous Colors of #b2774a

#b2774a #b2ab4a #b24a51

Monochromatic Colors of #b2774a

#b2774a

Complementary Color

#b2774a #4a85b2

#b2774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2774a Color CSS Codes

.mybgcolor {background-color:#b2774a; } 
.myforecolor {color:#b2774a; }
.mybordercolor {border:3px solid #b2774a; }

#b2774a Text Font Color

<p style="color:#b2774a">Text here</p>

This sample text font color is #b2774a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2774a Background Color

<div style="background-color:#b2774a">
Div content here</div>

This div background color is #b2774a


#b2774a Border Color

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

This div border color is #b2774a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,119,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2774a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2774a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2774a;
  box-shadow:         1px 1px 3px 2px #b2774a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,119,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2774a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2774a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2774a;
  box-shadow:         1px 1px 3px 2px #b2774a;">
Div content here</div>

This div box has shadow with color #b2774a


Comments

No comments written yet.

Please login to write comment.