#B48411

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

Shades of Dark Goldenrod #B48411

Tints of Dark Goldenrod #B48411

Color information

#B48411 (or 0xB48411) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 84 and 11. RGB value is (180,132,17). Sum of RGB (Red+Green+Blue) = 180+132+17=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B48411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48411 is #4B7BEE. Grayscale: #858585. Windows color (decimal): -4946927 or 1148084. OLE color: 1148084.

HSL color Cylindrical-coordinate representation of color #B48411: hue angle of 42.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B48411 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18013217-
CMYK00.270.910.29
HSL42.33º82.74%38.63%-
HSV(B)42.33º90.56%70.59%-
XYZ27.1726.254.16-
YUV133.2462.4161.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 17 (7.03% from 255) = 5.17%
R=54.71%
G=40.12%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801321700.270.910.2942.3382.7438.63
HexB4841101B5B1D2a5327
Octal26420421033133355212347
Binary1011010010000100100010110111011011111011010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48411; }

 p { color: rgb(180,132,17); }

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

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

 a { background-color: rgb(180,132,17); }

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

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

 span { border-color: rgb(180,132,17); }

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