#B18802

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

Shades of Dark Goldenrod #B18802

Tints of Dark Goldenrod #B18802

Color information

#B18802 (or 0xB18802) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 88 and 02. RGB value is (177,136,2). Sum of RGB (Red+Green+Blue) = 177+136+2=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B18802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18802 is #4E77FD. Grayscale: #858585. Windows color (decimal): -5142526 or 166065. OLE color: 166065.

HSL color Cylindrical-coordinate representation of color #B18802: hue angle of 45.94º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B18802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1771362-
CMYK00.230.990.31
HSL45.94º97.77%35.1%-
HSV(B)45.94º98.87%69.41%-
XYZ26.9526.963.84-
YUV132.9854.08159.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=56.19%
G=43.17%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177136200.230.990.3145.9497.7735.1
HexB1882017631F2e6223
Octal2612102027143375614243
Binary1011000110001000100101111100011111111011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18802; }

 p { color: rgb(177,136,2); }

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

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

 a { background-color: rgb(177,136,2); }

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

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

 span { border-color: rgb(177,136,2); }

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