#B28E01

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

Shades of Dark Goldenrod #B28E01

Tints of Dark Goldenrod #B28E01

Color information

#B28E01 (or 0xB28E01) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8E and 01. RGB value is (178,142,1). Sum of RGB (Red+Green+Blue) = 178+142+1=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E01 is #4D71FE. Grayscale: #898989. Windows color (decimal): -5075455 or 102066. OLE color: 102066.

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

Color convert

RGB1781421-
CMYK00.200.990.30
HSL47.8º98.88%35.1%-
HSV(B)47.8º99.44%69.8%-
XYZ28.0428.814.11-
YUV136.6951.43157.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=55.45%
G=44.24%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178142100.200.990.3047.898.8835.1
HexB28E1014631E306323
Octal2622161024143366014343
Binary101100101000111010101001100011111101100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E01; }

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

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

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

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

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

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

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

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