Color Hex Logo

#b69473 Color Hex

#B69473
(182,148,115)
0 Favorites   0 Comments

Color spaces of #b69473

RGB 182148115
HSL0.080.310.58
HSV30°37°71°
CMYK 0.000.190.37   0.29
XYZ32.975832.362720.7283
Yxy32.36270.38310.3760
Hunter Lab56.88823.914818.2183
CIE-Lab63.64158.053322.2600

#b69473 color RGB value is (182,148,115).

#b69473 hex color red value is 182, green value is 148 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b69473 hue: 0.08 , saturation: 0.31 and the lightness value of b69473 is 0.58.

The process color (four color CMYK) of #b69473 color hex is 0.00, 0.19, 0.37, 0.29. Web safe color of #b69473 is #cc9966. Color #b69473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 01110011
Octal 266 224 163
Decimal 182 148 115
Hex B6 94 73

RGB Percentages of Color #b69473

%40.90
%33.26
%25.84

CMYK Percentages of Color #b69473

%0
%19
%37
%29

Triadic Colors of #b69473

#b69473 #73b694 #9473b6

Analogous Colors of #b69473

#b69473 #b6b673 #b67374

Monochromatic Colors of #b69473

#b69473

Complementary Color

#b69473 #7395b6

#b69473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69473 Color CSS Codes

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

#b69473 Text Font Color

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

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


#b69473 Background Color

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

This div background color is #b69473


#b69473 Border Color

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

This div border color is #b69473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,148,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69473


Comments

No comments written yet.

Please login to write comment.