Color Hex Logo

#b76158 Color Hex

#B76158
(183,97,88)
0 Favorites   0 Comments

Color spaces of #b76158

RGB 1839788
HSL0.020.400.53
HSV52°72°
CMYK 0.000.470.52   0.28
XYZ25.564619.321211.6145
Yxy19.32120.45250.3420
Hunter Lab43.955926.892215.1029
CIE-Lab51.060933.697320.7709

#b76158 color RGB value is (183,97,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 01011000
Octal 267 141 130
Decimal 183 97 88
Hex B7 61 58

RGB Percentages of Color #b76158

%49.73
%26.36
%23.91

CMYK Percentages of Color #b76158

%0
%47
%52
%28

Triadic Colors of #b76158

#b76158 #58b761 #6158b7

Analogous Colors of #b76158

#b76158 #b79158 #b7587f

Monochromatic Colors of #b76158

#b76158

Complementary Color

#b76158 #58aeb7

#b76158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76158 Color CSS Codes

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

#b76158 Text Font Color

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

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


#b76158 Background Color

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

This div background color is #b76158


#b76158 Border Color

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

This div border color is #b76158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,97,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 #b76158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76158


Comments

No comments written yet.

Please login to write comment.