#B4780A

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

Shades of Dark Goldenrod #B4780A

Tints of Dark Goldenrod #B4780A

Color information

#B4780A (or 0xB4780A) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 0A. RGB value is (180,120,10). Sum of RGB (Red+Green+Blue) = 180+120+10=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4780A is #4B87F5. Grayscale: #7D7D7D. Windows color (decimal): -4950006 or 686260. OLE color: 686260.

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

Color convert

RGB18012010-
CMYK00.330.940.29
HSL38.82º89.47%37.25%-
HSV(B)38.82º94.44%70.59%-
XYZ25.5923.163.41-
YUV125.462.88166.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 10 (4.30% from 255) = 3.23%
R=58.06%
G=38.71%
B=3.23%

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
Decimal1801201000.330.940.2938.8289.4737.25
HexB478A0215E1D275925
Octal26417012041136354713145
Binary101101001111000101001000011011110111011001111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4780A; }

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

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

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

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

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

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

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

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