#B48817

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

Shades of Dark Goldenrod #B48817

Tints of Dark Goldenrod #B48817

Color information

#B48817 (or 0xB48817) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 88 and 17. RGB value is (180,136,23). Sum of RGB (Red+Green+Blue) = 180+136+23=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B48817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48817 is #4B77E8. Grayscale: #888888. Windows color (decimal): -4945897 or 1542324. OLE color: 1542324.

HSL color Cylindrical-coordinate representation of color #B48817: hue angle of 43.18º degrees, saturation: 0.77, 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 #B48817 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18013623-
CMYK00.240.870.29
HSL43.18º77.34%39.8%-
HSV(B)43.18º87.22%70.59%-
XYZ27.7827.374.63-
YUV136.2764.08159.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 23 (9.38% from 255) = 6.78%
R=53.10%
G=40.12%
B=6.78%

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
Decimal1801362300.240.870.2943.1877.3439.8
HexB48817018571D2b4d28
Octal26421027030127355311550
Binary1011010010001000101110110001010111111011010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48817; }

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

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

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

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

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

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

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

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