#B48E15

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

Shades of Dark Goldenrod #B48E15

Tints of Dark Goldenrod #B48E15

Color information

#B48E15 (or 0xB48E15) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 8E and 15. RGB value is (180,142,21). Sum of RGB (Red+Green+Blue) = 180+142+21=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48E15 is #4B71EA. Grayscale: #8C8C8C. Windows color (decimal): -4944363 or 1412788. OLE color: 1412788.

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

Color convert

RGB18014221-
CMYK00.210.880.29
HSL45.66º79.1%39.41%-
HSV(B)45.66º88.33%70.59%-
XYZ28.6329.14.82-
YUV139.5761.09156.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 21 (8.59% from 255) = 6.12%
R=52.48%
G=41.40%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801422100.210.880.2945.6679.139.41
HexB48E15015581D2e4f27
Octal26421625025130355611747
Binary1011010010001110101010101011011000111011011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E15; }

 p { color: rgb(180,142,21); }

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

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

 a { background-color: rgb(180,142,21); }

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

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

 span { border-color: rgb(180,142,21); }

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