#B69005

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

Shades of Dark Goldenrod #B69005

Tints of Dark Goldenrod #B69005

Color information

#B69005 (or 0xB69005) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 90 and 05. RGB value is (182,144,5). Sum of RGB (Red+Green+Blue) = 182+144+5=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B69005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69005 is #496FFA. Grayscale: #8C8C8C. Windows color (decimal): -4812795 or 364726. OLE color: 364726.

HSL color Cylindrical-coordinate representation of color #B69005: hue angle of 47.12º degrees, saturation: 0.95, 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 #B69005 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821445-
CMYK00.210.970.29
HSL47.12º94.65%36.67%-
HSV(B)47.12º97.25%71.37%-
XYZ29.2929.94.37-
YUV139.5252.09158.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=54.98%
G=43.50%
B=1.51%

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
Decimal182144500.210.970.2947.1294.6536.67
HexB6905015611D2f5f25
Octal2662205025141355713745
Binary10110110100100001010101011100001111011011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69005; }

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

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

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

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

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

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

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

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