#B46C09

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

Shades of Dark Goldenrod #B46C09

Tints of Dark Goldenrod #B46C09

Color information

#B46C09 (or 0xB46C09) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 6C and 09. RGB value is (180,108,9). Sum of RGB (Red+Green+Blue) = 180+108+9=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C09 is #4B93F6. Grayscale: #767676. Windows color (decimal): -4953079 or 617652. OLE color: 617652.

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

Color convert

RGB1801089-
CMYK00.400.950.29
HSL34.74º90.48%37.06%-
HSV(B)34.74º95%70.59%-
XYZ24.2320.452.93-
YUV118.2466.35172.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=60.61%
G=36.36%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180108900.400.950.2934.7490.4837.06
HexB46C90285F1D235a25
Octal26415411050137354313245
Binary101101001101100100101010001011111111011000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C09; }

 p { color: rgb(180,108,9); }

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

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

 a { background-color: rgb(180,108,9); }

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

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

 span { border-color: rgb(180,108,9); }

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