#B4820A

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

Shades of Dark Goldenrod #B4820A

Tints of Dark Goldenrod #B4820A

Color information

#B4820A (or 0xB4820A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 82 and 0A. RGB value is (180,130,10). Sum of RGB (Red+Green+Blue) = 180+130+10=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4820A is #4B7DF5. Grayscale: #838383. Windows color (decimal): -4947446 or 688820. OLE color: 688820.

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

Color convert

RGB18013010-
CMYK00.280.940.29
HSL42.35º89.47%37.25%-
HSV(B)42.35º94.44%70.59%-
XYZ26.8625.693.83-
YUV131.2759.56162.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=56.25%
G=40.62%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801301000.280.940.2942.3589.4737.25
HexB482A01C5E1D2a5925
Octal26420212034136355213145
Binary101101001000001010100111001011110111011010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4820A; }

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

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

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

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

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

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

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

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