#B69104

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

Shades of Dark Goldenrod #B69104

Tints of Dark Goldenrod #B69104

Color information

#B69104 (or 0xB69104) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 91 and 04. RGB value is (182,145,4). Sum of RGB (Red+Green+Blue) = 182+145+4=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B69104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69104 is #496EFB. Grayscale: #8C8C8C. Windows color (decimal): -4812540 or 299446. OLE color: 299446.

HSL color Cylindrical-coordinate representation of color #B69104: hue angle of 47.53º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B69104 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1821454-
CMYK00.200.980.29
HSL47.53º95.7%36.47%-
HSV(B)47.53º97.8%71.37%-
XYZ29.4430.24.39-
YUV139.9951.26157.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=54.98%
G=43.81%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182145400.200.980.2947.5395.736.47
HexB6914014621D306024
Octal2662214024142356014044
Binary10110110100100011000101001100010111011100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69104; }

 p { color: rgb(182,145,4); }

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

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

 a { background-color: rgb(182,145,4); }

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

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

 span { border-color: rgb(182,145,4); }

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