Color Hex Logo

#b2774d Color Hex

#B2774D
(178,119,77)
0 Favorites   0 Comments

Color spaces of #b2774d

RGB 17811977
HSL0.070.400.50
HSV25°57°70°
CMYK 0.000.330.57   0.30
XYZ26.296523.194510.1122
Yxy23.19450.44120.3891
Hunter Lab48.160713.182721.2635
CIE-Lab55.272118.596732.3114

#b2774d color RGB value is (178,119,77).

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

The process color (four color CMYK) of #b2774d color hex is 0.00, 0.33, 0.57, 0.30. Web safe color of #b2774d is #996666. Color #b2774d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 01001101
Octal 262 167 115
Decimal 178 119 77
Hex B2 77 4D

RGB Percentages of Color #b2774d

%47.59
%31.82
%20.59

CMYK Percentages of Color #b2774d

%0
%33
%57
%30

Triadic Colors of #b2774d

#b2774d #4db277 #774db2

Analogous Colors of #b2774d

#b2774d #b2aa4d #b24d55

Monochromatic Colors of #b2774d

#b2774d

Complementary Color

#b2774d #4d88b2

#b2774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2774d Color CSS Codes

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

#b2774d Text Font Color

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

This sample text font color is #b2774d
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.


#b2774d Background Color

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

This div background color is #b2774d


#b2774d Border Color

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

This div border color is #b2774d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2774d


Comments

No comments written yet.

Please login to write comment.