Color Hex Logo

#b85238 Color Hex

#B85238
(184,82,56)
0 Favorites   0 Comments

Color spaces of #b85238

RGB 1848256
HSL0.030.530.47
HSV12°70°72°
CMYK 0.000.550.70   0.28
XYZ23.498316.51055.6897
Yxy16.51050.51420.3613
Hunter Lab40.633132.119320.1410
CIE-Lab47.637239.513434.9473

#b85238 color RGB value is (184,82,56).

#b85238 hex color red value is 184, green value is 82 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b85238 hue: 0.03 , saturation: 0.53 and the lightness value of b85238 is 0.47.

The process color (four color CMYK) of #b85238 color hex is 0.00, 0.55, 0.70, 0.28. Web safe color of #b85238 is #cc6633. Color #b85238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010010 00111000
Octal 270 122 70
Decimal 184 82 56
Hex B8 52 38

RGB Percentages of Color #b85238

%57.14
%25.47
%17.39

CMYK Percentages of Color #b85238

%0
%55
%70
%28

Triadic Colors of #b85238

#b85238 #38b852 #5238b8

Analogous Colors of #b85238

#b85238 #b89238 #b8385e

Monochromatic Colors of #b85238

#b85238

Complementary Color

#b85238 #389eb8

#b85238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85238 Color CSS Codes

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

#b85238 Text Font Color

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

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


#b85238 Background Color

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

This div background color is #b85238


#b85238 Border Color

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

This div border color is #b85238


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,82,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b85238; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b85238;
  -webkit-box-shadow: 1px 1px 3px 2px #b85238;
  box-shadow:         1px 1px 3px 2px #b85238; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,82,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85238


Comments

No comments written yet.

Please login to write comment.