#B47E09

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

Shades of Dark Goldenrod #B47E09

Tints of Dark Goldenrod #B47E09

Color information

#B47E09 (or 0xB47E09) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7E and 09. RGB value is (180,126,9). Sum of RGB (Red+Green+Blue) = 180+126+9=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47E09 is #4B81F6. Grayscale: #818181. Windows color (decimal): -4948471 or 622260. OLE color: 622260.

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

Color convert

RGB1801269-
CMYK00.30.950.29
HSL41.05º90.48%37.06%-
HSV(B)41.05º95%70.59%-
XYZ26.3324.643.63-
YUV128.8160.39164.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=57.14%
G=40%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180126900.30.950.2941.0590.4837.06
HexB47E901E5F1D295a25
Octal26417611036137355113245
Binary10110100111111010010111101011111111011010011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E09; }

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

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

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

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

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

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

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

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