Color Hex Logo

#b69041 Color Hex

#B69041
(182,144,65)
0 Favorites   0 Comments

Color spaces of #b69041

RGB 18214465
HSL0.110.470.48
HSV41°64°71°
CMYK 0.000.210.64   0.29
XYZ30.218830.27339.2516
Yxy30.27330.43330.4341
Hunter Lab55.02121.748928.5454
CIE-Lab61.88935.528246.3663

#b69041 color RGB value is (182,144,65).

#b69041 hex color red value is 182, green value is 144 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b69041 hue: 0.11 , saturation: 0.47 and the lightness value of b69041 is 0.48.

The process color (four color CMYK) of #b69041 color hex is 0.00, 0.21, 0.64, 0.29. Web safe color of #b69041 is #cc9933. Color #b69041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 01000001
Octal 266 220 101
Decimal 182 144 65
Hex B6 90 41

RGB Percentages of Color #b69041

%46.55
%36.83
%16.62

CMYK Percentages of Color #b69041

%0
%21
%64
%29

Triadic Colors of #b69041

#b69041 #41b690 #9041b6

Analogous Colors of #b69041

#b69041 #a2b641 #b65641

Monochromatic Colors of #b69041

#b69041

Complementary Color

#b69041 #4167b6

#b69041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69041 Color CSS Codes

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

#b69041 Text Font Color

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

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


#b69041 Background Color

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

This div background color is #b69041


#b69041 Border Color

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

This div border color is #b69041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69041


Comments

No comments written yet.

Please login to write comment.