#B17303

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

Shades of Dark Goldenrod #B17303

Tints of Dark Goldenrod #B17303

Color information

#B17303 (or 0xB17303) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 73 and 03. RGB value is (177,115,3). Sum of RGB (Red+Green+Blue) = 177+115+3=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B17303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17303 is #4E8CFC. Grayscale: #797979. Windows color (decimal): -5147901 or 226225. OLE color: 226225.

HSL color Cylindrical-coordinate representation of color #B17303: hue angle of 38.62º 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 #B17303 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1771153-
CMYK00.350.980.31
HSL38.62º96.67%35.29%-
HSV(B)38.62º98.31%69.41%-
XYZ24.2821.622.98-
YUV120.7761.54168.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=60%
G=38.98%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177115300.350.980.3138.6296.6735.29
HexB1733023621F276123
Octal2611633043142374714143
Binary1011000111100111101000111100010111111001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17303; }

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

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

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

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

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

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

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

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