Color Hex Logo

#b38469 Color Hex

#B38469
(179,132,105)
0 Favorites   0 Comments

Color spaces of #b38469

RGB 179132105
HSL0.060.330.56
HSV22°41°70°
CMYK 0.000.260.41   0.30
XYZ29.391527.106217.0475
Yxy27.10620.39960.3686
Hunter Lab52.06369.657417.0309
CIE-Lab59.072514.526721.6408

#b38469 color RGB value is (179,132,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 01101001
Octal 263 204 151
Decimal 179 132 105
Hex B3 84 69

RGB Percentages of Color #b38469

%43.03
%31.73
%25.24

CMYK Percentages of Color #b38469

%0
%26
%41
%30

Triadic Colors of #b38469

#b38469 #69b384 #8469b3

Analogous Colors of #b38469

#b38469 #b3a969 #b36973

Monochromatic Colors of #b38469

#b38469

Complementary Color

#b38469 #6998b3

#b38469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38469 Color CSS Codes

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

#b38469 Text Font Color

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

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


#b38469 Background Color

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

This div background color is #b38469


#b38469 Border Color

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

This div border color is #b38469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38469


Comments

No comments written yet.

Please login to write comment.