Color Hex Logo

#b27f37 Color Hex

#B27F37
(178,127,55)
0 Favorites   0 Comments

Color spaces of #b27f37

RGB 17812755
HSL0.100.530.46
HSV35°69°70°
CMYK 0.000.290.69   0.30
XYZ26.639124.91967.0204
Yxy24.91960.45480.4254
Hunter Lab49.91957.895726.6055
CIE-Lab56.997012.570645.6588

#b27f37 color RGB value is (178,127,55).

#b27f37 hex color red value is 178, green value is 127 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b27f37 hue: 0.10 , saturation: 0.53 and the lightness value of b27f37 is 0.46.

The process color (four color CMYK) of #b27f37 color hex is 0.00, 0.29, 0.69, 0.30. Web safe color of #b27f37 is #996633. Color #b27f37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111111 00110111
Octal 262 177 67
Decimal 178 127 55
Hex B2 7F 37

RGB Percentages of Color #b27f37

%49.44
%35.28
%15.28

CMYK Percentages of Color #b27f37

%0
%29
%69
%30

Triadic Colors of #b27f37

#b27f37 #37b27f #7f37b2

Analogous Colors of #b27f37

#b27f37 #a8b237 #b24237

Monochromatic Colors of #b27f37

#b27f37

Complementary Color

#b27f37 #376ab2

#b27f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27f37 Color CSS Codes

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

#b27f37 Text Font Color

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

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


#b27f37 Background Color

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

This div background color is #b27f37


#b27f37 Border Color

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

This div border color is #b27f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27f37


Comments

No comments written yet.

Please login to write comment.