#B27009

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

Shades of Dark Goldenrod #B27009

Tints of Dark Goldenrod #B27009

Color information

#B27009 (or 0xB27009) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 70 and 09. RGB value is (178,112,9). Sum of RGB (Red+Green+Blue) = 178+112+9=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B27009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27009 is #4D8FF6. Grayscale: #787878. Windows color (decimal): -5083127 or 618674. OLE color: 618674.

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

Color convert

RGB1781129-
CMYK00.370.950.30
HSL36.57º90.37%36.67%-
HSV(B)36.57º94.94%69.8%-
XYZ24.221.073.05-
YUV119.9965.37169.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 9 (3.91% from 255) = 3.01%
R=59.53%
G=37.46%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178112900.370.950.3036.5790.3736.67
HexB27090255F1E255a25
Octal26216011045137364513245
Binary101100101110000100101001011011111111101001011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27009; }

 p { color: rgb(178,112,9); }

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

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

 a { background-color: rgb(178,112,9); }

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

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

 span { border-color: rgb(178,112,9); }

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