#B28900

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

Shades of Dark Goldenrod #B28900

Tints of Dark Goldenrod #B28900

Color information

#B28900 (or 0xB28900) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 89 and 00. RGB value is (178,137,0). Sum of RGB (Red+Green+Blue) = 178+137+0=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28900 is #4D76FF. Grayscale: #868686. Windows color (decimal): -5076736 or 35250. OLE color: 35250.

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

Color convert

RGB1781370-
CMYK00.2310.30
HSL46.18º100%34.9%-
HSV(B)46.18º100%69.8%-
XYZ27.3127.363.84-
YUV133.6452.58159.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.51%
G=43.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178137000.2310.3046.1810034.9
HexB2890017641E2e6423
Octal2622110027144365614443
Binary101100101000100100101111100100111101011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28900; }

 p { color: rgb(178,137,0); }

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

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

 a { background-color: rgb(178,137,0); }

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

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

 span { border-color: rgb(178,137,0); }

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