#B18203

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

Shades of Dark Goldenrod #B18203

Tints of Dark Goldenrod #B18203

Color information

#B18203 (or 0xB18203) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 82 and 03. RGB value is (177,130,3). Sum of RGB (Red+Green+Blue) = 177+130+3=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B18203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18203 is #4E7DFC. Grayscale: #828282. Windows color (decimal): -5144061 or 230065. OLE color: 230065.

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

Color convert

RGB1771303-
CMYK00.270.980.31
HSL43.79º96.67%35.29%-
HSV(B)43.79º98.31%69.41%-
XYZ26.1325.323.6-
YUV129.5856.57161.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=57.10%
G=41.94%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177130300.270.980.3143.7996.6735.29
HexB182301B621F2c6123
Octal2612023033142375414143
Binary1011000110000010110110111100010111111011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18203; }

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

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

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

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

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

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

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

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