Color Hex Logo

#b69007 Color Hex

#B69007
(182,144,7)
0 Favorites   0 Comments

Color spaces of #b69007

RGB 1821447
HSL0.130.930.37
HSV47°96°71°
CMYK 0.000.210.96   0.29
XYZ29.303029.90694.4292
Yxy29.90690.46050.4699
Hunter Lab54.6872-0.057133.4791
CIE-Lab61.57383.405464.9643

#b69007 color RGB value is (182,144,7).

#b69007 hex color red value is 182, green value is 144 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b69007 hue: 0.13 , saturation: 0.93 and the lightness value of b69007 is 0.37.

The process color (four color CMYK) of #b69007 color hex is 0.00, 0.21, 0.96, 0.29. Web safe color of #b69007 is #cc9900. Color #b69007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 00000111
Octal 266 220 7
Decimal 182 144 7
Hex B6 90 7

RGB Percentages of Color #b69007

%54.65
%43.24
%2.10

CMYK Percentages of Color #b69007

%0
%21
%96
%29

Triadic Colors of #b69007

#b69007 #07b690 #9007b6

Analogous Colors of #b69007

#b69007 #85b607 #b63807

Monochromatic Colors of #b69007

#b69007

Complementary Color

#b69007 #072db6

#b69007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69007 Color CSS Codes

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

#b69007 Text Font Color

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

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


#b69007 Background Color

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

This div background color is #b69007


#b69007 Border Color

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

This div border color is #b69007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69007


Comments

No comments written yet.

Please login to write comment.