#B1730B

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

Shades of Dark Goldenrod #B1730B

Tints of Dark Goldenrod #B1730B

Color information

#B1730B (or 0xB1730B) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 73 and 0B. RGB value is (177,115,11). Sum of RGB (Red+Green+Blue) = 177+115+11=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1730B is #4E8CF4. Grayscale: #7A7A7A. Windows color (decimal): -5147893 or 750513. OLE color: 750513.

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

Color convert

RGB17711511-
CMYK00.350.940.31
HSL37.59º88.3%36.86%-
HSV(B)37.59º93.79%69.41%-
XYZ24.3221.633.21-
YUV121.6865.54167.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 11 (4.69% from 255) = 3.63%
R=58.42%
G=37.95%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771151100.350.940.3137.5988.336.86
HexB173B0235E1F265825
Octal26116313043136374613045
Binary101100011110011101101000111011110111111001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1730B; }

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

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

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

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

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

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

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

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