#B48818

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

Shades of Dark Goldenrod #B48818

Tints of Dark Goldenrod #B48818

Color information

#B48818 (or 0xB48818) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 88 and 18. RGB value is (180,136,24). Sum of RGB (Red+Green+Blue) = 180+136+24=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B48818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48818 is #4B77E7. Grayscale: #888888. Windows color (decimal): -4945896 or 1607860. OLE color: 1607860.

HSL color Cylindrical-coordinate representation of color #B48818: hue angle of 43.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B48818 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18013624-
CMYK00.240.870.29
HSL43.08º76.47%40%-
HSV(B)43.08º86.67%70.59%-
XYZ27.7927.384.68-
YUV136.3964.58159.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=52.94%
G=40%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801362400.240.870.2943.0876.4740
HexB48818018571D2b4c28
Octal26421030030127355311450
Binary1011010010001000110000110001010111111011010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48818; }

 p { color: rgb(180,136,24); }

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

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

 a { background-color: rgb(180,136,24); }

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

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

 span { border-color: rgb(180,136,24); }

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