#B28E17

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

Shades of Dark Goldenrod #B28E17

Tints of Dark Goldenrod #B28E17

Color information

#B28E17 (or 0xB28E17) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8E and 17. RGB value is (178,142,23). Sum of RGB (Red+Green+Blue) = 178+142+23=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E17 is #4D71E8. Grayscale: #8B8B8B. Windows color (decimal): -5075433 or 1543858. OLE color: 1543858.

HSL color Cylindrical-coordinate representation of color #B28E17: hue angle of 46.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28E17 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17814223-
CMYK00.200.870.30
HSL46.06º77.11%39.41%-
HSV(B)46.06º87.08%69.8%-
XYZ28.1928.874.9-
YUV139.262.43155.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 23 (9.38% from 255) = 6.71%
R=51.90%
G=41.40%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781422300.200.870.3046.0677.1139.41
HexB28E17014571E2e4d27
Octal26221627024127365611547
Binary1011001010001110101110101001010111111101011101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E17; }

 p { color: rgb(178,142,23); }

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

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

 a { background-color: rgb(178,142,23); }

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

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

 span { border-color: rgb(178,142,23); }

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