#B48719

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

Shades of Dark Goldenrod #B48719

Tints of Dark Goldenrod #B48719

Color information

#B48719 (or 0xB48719) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 87 and 19. RGB value is (180,135,25). Sum of RGB (Red+Green+Blue) = 180+135+25=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B48719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48719 is #4B78E6. Grayscale: #888888. Windows color (decimal): -4946151 or 1673140. OLE color: 1673140.

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

Color convert

RGB18013525-
CMYK00.250.860.29
HSL42.58º75.61%40.2%-
HSV(B)42.58º86.11%70.59%-
XYZ27.6627.14.69-
YUV135.9265.41159.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 25 (10.16% from 255) = 7.35%
R=52.94%
G=39.71%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801352500.250.860.2942.5875.6140.2
HexB48719019561D2b4c28
Octal26420731031126355311450
Binary1011010010000111110010110011010110111011010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48719; }

 p { color: rgb(180,135,25); }

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

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

 a { background-color: rgb(180,135,25); }

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

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

 span { border-color: rgb(180,135,25); }

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