#B28E07

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

Shades of Dark Goldenrod #B28E07

Tints of Dark Goldenrod #B28E07

Color information

#B28E07 (or 0xB28E07) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8E and 07. RGB value is (178,142,7). Sum of RGB (Red+Green+Blue) = 178+142+7=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28E07 is #4D71F8. Grayscale: #898989. Windows color (decimal): -5075449 or 495282. OLE color: 495282.

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

Color convert

RGB1781427-
CMYK00.200.960.30
HSL47.37º92.43%36.27%-
HSV(B)47.37º96.07%69.8%-
XYZ28.0728.834.29-
YUV137.3754.43156.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=54.43%
G=43.43%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178142700.200.960.3047.3792.4336.27
HexB28E7014601E2f5c24
Octal2622167024140365713444
Binary10110010100011101110101001100000111101011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E07; }

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

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

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

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

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

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

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

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