#B69006

Color #B69006 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B69006

Tints of Dark Goldenrod #B69006

Color information

#B69006 (or 0xB69006) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 90 and 06. RGB value is (182,144,6). Sum of RGB (Red+Green+Blue) = 182+144+6=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B69006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69006 is #496FF9. Grayscale: #8C8C8C. Windows color (decimal): -4812794 or 430262. OLE color: 430262.

HSL color Cylindrical-coordinate representation of color #B69006: hue angle of 47.05º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B69006 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821446-
CMYK00.210.970.29
HSL47.05º93.62%36.86%-
HSV(B)47.05º96.7%71.37%-
XYZ29.329.94.4-
YUV139.6352.59158.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=54.82%
G=43.37%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182144600.210.970.2947.0593.6236.86
HexB6906015611D2f5e25
Octal2662206025141355713645
Binary10110110100100001100101011100001111011011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69006; }

 p { color: rgb(182,144,6); }

 H1.HeaderClassName
 {
   color: #B69006;
 }
 .AnyTagClassName
 {
   color: #B69006;
 }
</style>
background-color css

<style>
 a { background-color: #B69006; }

 a { background-color: rgb(182,144,6); }

 div.DivClassName
 {
   background-color: #B69006;
 }
 .BgClassName
 {
   background-color: #B69006;
 }
</style>
border-color css

<style>
 span { border-color: #B69006; }

 span { border-color: rgb(182,144,6); }

 td.TdClassName
 {
   border-color: #B69006;
 }
 .TagClassName
 {
   border-color: #B69006;
 }
</style>