#B4720A

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

Shades of Dark Goldenrod #B4720A

Tints of Dark Goldenrod #B4720A

Color information

#B4720A (or 0xB4720A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 72 and 0A. RGB value is (180,114,10). Sum of RGB (Red+Green+Blue) = 180+114+10=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4720A is #4B8DF5. Grayscale: #7A7A7A. Windows color (decimal): -4951542 or 684724. OLE color: 684724.

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

Color convert

RGB18011410-
CMYK00.370.940.29
HSL36.71º89.47%37.25%-
HSV(B)36.71º94.44%70.59%-
XYZ24.8921.763.18-
YUV121.8864.87169.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=59.21%
G=37.5%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801141000.370.940.2936.7189.4737.25
HexB472A0255E1D255925
Octal26416212045136354513145
Binary101101001110010101001001011011110111011001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4720A; }

 p { color: rgb(180,114,10); }

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

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

 a { background-color: rgb(180,114,10); }

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

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

 span { border-color: rgb(180,114,10); }

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