#B28219

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

Shades of Dark Goldenrod #B28219

Tints of Dark Goldenrod #B28219

Color information

#B28219 (or 0xB28219) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 82 and 19. RGB value is (178,130,25). Sum of RGB (Red+Green+Blue) = 178+130+25=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B28219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28219 is #4D7DE6. Grayscale: #848484. Windows color (decimal): -5078503 or 1671858. OLE color: 1671858.

HSL color Cylindrical-coordinate representation of color #B28219: hue angle of 41.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B28219 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB17813025-
CMYK00.270.860.30
HSL41.18º75.37%39.8%-
HSV(B)41.18º85.96%69.8%-
XYZ26.5225.54.44-
YUV132.3867.4160.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=53.45%
G=39.04%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781302500.270.860.3041.1875.3739.8
HexB2821901B561E294b28
Octal26220231033126365111350
Binary1011001010000010110010110111010110111101010011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28219; }

 p { color: rgb(178,130,25); }

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

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

 a { background-color: rgb(178,130,25); }

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

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

 span { border-color: rgb(178,130,25); }

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