Color Hex Logo

#b76458 Color Hex

#B76458
(183,100,88)
0 Favorites   0 Comments

Color spaces of #b76458

RGB 18310088
HSL0.020.400.53
HSV52°72°
CMYK 0.000.450.52   0.28
XYZ25.847119.886211.7087
Yxy19.88620.45000.3462
Hunter Lab44.593925.421015.6484
CIE-Lab51.708332.091321.6314

#b76458 color RGB value is (183,100,88).

#b76458 hex color red value is 183, green value is 100 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b76458 hue: 0.02 , saturation: 0.40 and the lightness value of b76458 is 0.53.

The process color (four color CMYK) of #b76458 color hex is 0.00, 0.45, 0.52, 0.28. Web safe color of #b76458 is #cc6666. Color #b76458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 01011000
Octal 267 144 130
Decimal 183 100 88
Hex B7 64 58

RGB Percentages of Color #b76458

%49.33
%26.95
%23.72

CMYK Percentages of Color #b76458

%0
%45
%52
%28

Triadic Colors of #b76458

#b76458 #58b764 #6458b7

Analogous Colors of #b76458

#b76458 #b79458 #b7587c

Monochromatic Colors of #b76458

#b76458

Complementary Color

#b76458 #58abb7

#b76458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76458 Color CSS Codes

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

#b76458 Text Font Color

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

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


#b76458 Background Color

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

This div background color is #b76458


#b76458 Border Color

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

This div border color is #b76458


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,100,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b76458; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b76458;
  -webkit-box-shadow: 1px 1px 3px 2px #b76458;
  box-shadow:         1px 1px 3px 2px #b76458; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,100,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76458


Comments

No comments written yet.

Please login to write comment.