Color Hex Logo

#b69848 Color Hex

#B69848
(182,152,72)
0 Favorites   0 Comments

Color spaces of #b69848

RGB 18215272
HSL0.120.430.50
HSV44°60°71°
CMYK 0.000.160.60   0.29
XYZ31.689332.869410.8051
Yxy32.86940.42050.4361
Hunter Lab57.3318-1.667628.9581
CIE-Lab64.05501.641345.4312

#b69848 color RGB value is (182,152,72).

#b69848 hex color red value is 182, green value is 152 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b69848 hue: 0.12 , saturation: 0.43 and the lightness value of b69848 is 0.50.

The process color (four color CMYK) of #b69848 color hex is 0.00, 0.16, 0.60, 0.29. Web safe color of #b69848 is #cc9933. Color #b69848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 01001000
Octal 266 230 110
Decimal 182 152 72
Hex B6 98 48

RGB Percentages of Color #b69848

%44.83
%37.44
%17.73

CMYK Percentages of Color #b69848

%0
%16
%60
%29

Triadic Colors of #b69848

#b69848 #48b698 #9848b6

Analogous Colors of #b69848

#b69848 #9db648 #b66148

Monochromatic Colors of #b69848

#b69848

Complementary Color

#b69848 #4866b6

#b69848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69848 Color CSS Codes

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

#b69848 Text Font Color

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

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


#b69848 Background Color

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

This div background color is #b69848


#b69848 Border Color

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

This div border color is #b69848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69848


Comments

No comments written yet.

Please login to write comment.