#B18E07

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

Shades of Dark Goldenrod #B18E07

Tints of Dark Goldenrod #B18E07

Color information

#B18E07 (or 0xB18E07) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8E and 07. RGB value is (177,142,7). Sum of RGB (Red+Green+Blue) = 177+142+7=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18E07 is #4E71F8. Grayscale: #898989. Windows color (decimal): -5140985 or 495281. OLE color: 495281.

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

Color convert

RGB1771427-
CMYK00.200.960.31
HSL47.65º92.39%36.08%-
HSV(B)47.65º96.05%69.41%-
XYZ27.8428.714.27-
YUV137.0754.6156.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=54.29%
G=43.56%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177142700.200.960.3147.6592.3936.08
HexB18E7014601F305c24
Octal2612167024140376013444
Binary10110001100011101110101001100000111111100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E07; }

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

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

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

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

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

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

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

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