#B28801

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

Shades of Dark Goldenrod #B28801

Tints of Dark Goldenrod #B28801

Color information

#B28801 (or 0xB28801) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 88 and 01. RGB value is (178,136,1). Sum of RGB (Red+Green+Blue) = 178+136+1=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28801 is #4D77FE. Grayscale: #858585. Windows color (decimal): -5076991 or 100530. OLE color: 100530.

HSL color Cylindrical-coordinate representation of color #B28801: hue angle of 45.76º 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 #B28801 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1781361-
CMYK00.240.990.30
HSL45.76º98.88%35.1%-
HSV(B)45.76º99.44%69.8%-
XYZ27.1727.083.82-
YUV133.1753.41159.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=56.51%
G=43.17%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178136100.240.990.3045.7698.8835.1
HexB2881018631E2e6323
Octal2622101030143365614343
Binary101100101000100010110001100011111101011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28801; }

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

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

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

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

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

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

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

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