Color Hex Logo

#b38569 Color Hex

#B38569
(179,133,105)
0 Favorites   0 Comments

Color spaces of #b38569

RGB 179133105
HSL0.060.330.56
HSV23°41°70°
CMYK 0.000.260.41   0.30
XYZ29.527727.378717.0929
Yxy27.37870.39900.3700
Hunter Lab52.32479.162417.2590
CIE-Lab59.323213.967421.9775

#b38569 color RGB value is (179,133,105).

#b38569 hex color red value is 179, green value is 133 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b38569 hue: 0.06 , saturation: 0.33 and the lightness value of b38569 is 0.56.

The process color (four color CMYK) of #b38569 color hex is 0.00, 0.26, 0.41, 0.30. Web safe color of #b38569 is #cc9966. Color #b38569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 01101001
Octal 263 205 151
Decimal 179 133 105
Hex B3 85 69

RGB Percentages of Color #b38569

%42.93
%31.89
%25.18

CMYK Percentages of Color #b38569

%0
%26
%41
%30

Triadic Colors of #b38569

#b38569 #69b385 #8569b3

Analogous Colors of #b38569

#b38569 #b3aa69 #b36972

Monochromatic Colors of #b38569

#b38569

Complementary Color

#b38569 #6997b3

#b38569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38569 Color CSS Codes

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

#b38569 Text Font Color

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

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


#b38569 Background Color

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

This div background color is #b38569


#b38569 Border Color

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

This div border color is #b38569


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,133,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38569; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38569;
  -webkit-box-shadow: 1px 1px 3px 2px #b38569;
  box-shadow:         1px 1px 3px 2px #b38569; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,133,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38569


Comments

No comments written yet.

Please login to write comment.