#B28007

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

Shades of Dark Goldenrod #B28007

Tints of Dark Goldenrod #B28007

Color information

#B28007 (or 0xB28007) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 80 and 07. RGB value is (178,128,7). Sum of RGB (Red+Green+Blue) = 178+128+7=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B28007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28007 is #4D7FF8. Grayscale: #818181. Windows color (decimal): -5079033 or 491698. OLE color: 491698.

HSL color Cylindrical-coordinate representation of color #B28007: hue angle of 42.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B28007 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1781287-
CMYK00.280.960.30
HSL42.46º92.43%36.27%-
HSV(B)42.46º96.07%69.8%-
XYZ26.1224.923.63-
YUV129.1659.06162.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=56.87%
G=40.89%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178128700.280.960.3042.4692.4336.27
HexB280701C601E2a5c24
Octal2622007034140365213444
Binary10110010100000001110111001100000111101010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28007; }

 p { color: rgb(178,128,7); }

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

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

 a { background-color: rgb(178,128,7); }

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

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

 span { border-color: rgb(178,128,7); }

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