#B4730A

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

Shades of Dark Goldenrod #B4730A

Tints of Dark Goldenrod #B4730A

Color information

#B4730A (or 0xB4730A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 73 and 0A. RGB value is (180,115,10). Sum of RGB (Red+Green+Blue) = 180+115+10=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4730A is #4B8CF5. Grayscale: #7A7A7A. Windows color (decimal): -4951286 or 684980. OLE color: 684980.

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

Color convert

RGB18011510-
CMYK00.360.940.29
HSL37.06º89.47%37.25%-
HSV(B)37.06º94.44%70.59%-
XYZ25.0121.993.21-
YUV122.4664.53169.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=59.02%
G=37.70%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801151000.360.940.2937.0689.4737.25
HexB473A0245E1D255925
Octal26416312044136354513145
Binary101101001110011101001001001011110111011001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4730A; }

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

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

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

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

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

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

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

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