#B18200

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

Shades of Dark Goldenrod #B18200

Tints of Dark Goldenrod #B18200

Color information

#B18200 (or 0xB18200) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 82 and 00. RGB value is (177,130,0). Sum of RGB (Red+Green+Blue) = 177+130+0=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B18200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18200 is #4E7DFF. Grayscale: #818181. Windows color (decimal): -5144064 or 33457. OLE color: 33457.

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

Color convert

RGB1771300-
CMYK00.2710.31
HSL44.07º100%34.71%-
HSV(B)44.07º100%69.41%-
XYZ26.1125.313.51-
YUV129.2355.07162.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.65%
G=42.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177130000.2710.3144.0710034.71
HexB182001B641F2c6423
Octal2612020033144375414443
Binary101100011000001000110111100100111111011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18200; }

 p { color: rgb(177,130,0); }

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

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

 a { background-color: rgb(177,130,0); }

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

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

 span { border-color: rgb(177,130,0); }

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