#B4780B

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

Shades of Dark Goldenrod #B4780B

Tints of Dark Goldenrod #B4780B

Color information

#B4780B (or 0xB4780B) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 0B. RGB value is (180,120,11). Sum of RGB (Red+Green+Blue) = 180+120+11=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4780B is #4B87F4. Grayscale: #7E7E7E. Windows color (decimal): -4950005 or 751796. OLE color: 751796.

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

Color convert

RGB18012011-
CMYK00.330.940.29
HSL38.7º88.48%37.45%-
HSV(B)38.7º93.89%70.59%-
XYZ25.623.163.44-
YUV125.5163.38166.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=57.88%
G=38.59%
B=3.54%

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
Decimal1801201100.330.940.2938.788.4837.45
HexB478B0215E1D275825
Octal26417013041136354713045
Binary101101001111000101101000011011110111011001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4780B; }

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

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

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

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

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

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

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

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