Color Hex Logo

#b67958 Color Hex

#B67958
(182,121,88)
0 Favorites   0 Comments

Color spaces of #b67958

RGB 18212188
HSL0.060.390.53
HSV21°52°71°
CMYK 0.000.340.52   0.29
XYZ27.890224.324412.4576
Yxy24.32440.43130.3761
Hunter Lab49.319814.631719.5479
CIE-Lab56.411120.140227.7537

#b67958 color RGB value is (182,121,88).

#b67958 hex color red value is 182, green value is 121 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b67958 hue: 0.06 , saturation: 0.39 and the lightness value of b67958 is 0.53.

The process color (four color CMYK) of #b67958 color hex is 0.00, 0.34, 0.52, 0.29. Web safe color of #b67958 is #cc6666. Color #b67958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 01011000
Octal 266 171 130
Decimal 182 121 88
Hex B6 79 58

RGB Percentages of Color #b67958

%46.55
%30.95
%22.51

CMYK Percentages of Color #b67958

%0
%34
%52
%29

Triadic Colors of #b67958

#b67958 #58b679 #7958b6

Analogous Colors of #b67958

#b67958 #b6a858 #b65866

Monochromatic Colors of #b67958

#b67958

Complementary Color

#b67958 #5895b6

#b67958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67958 Color CSS Codes

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

#b67958 Text Font Color

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

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


#b67958 Background Color

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

This div background color is #b67958


#b67958 Border Color

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

This div border color is #b67958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67958


Comments

No comments written yet.

Please login to write comment.