#B4790A

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

Shades of Dark Goldenrod #B4790A

Tints of Dark Goldenrod #B4790A

Color information

#B4790A (or 0xB4790A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 79 and 0A. RGB value is (180,121,10). Sum of RGB (Red+Green+Blue) = 180+121+10=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4790A is #4B86F5. Grayscale: #7E7E7E. Windows color (decimal): -4949750 or 686516. OLE color: 686516.

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

Color convert

RGB18012110-
CMYK00.330.940.29
HSL39.18º89.47%37.25%-
HSV(B)39.18º94.44%70.59%-
XYZ25.7123.43.45-
YUV125.9962.55166.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=57.88%
G=38.91%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801211000.330.940.2939.1889.4737.25
HexB479A0215E1D275925
Octal26417112041136354713145
Binary101101001111001101001000011011110111011001111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4790A; }

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

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

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

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

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

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

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

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