#B17B15

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

Shades of Dark Goldenrod #B17B15

Tints of Dark Goldenrod #B17B15

Color information

#B17B15 (or 0xB17B15) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7B and 15. RGB value is (177,123,21). Sum of RGB (Red+Green+Blue) = 177+123+21=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17B15 is #4E84EA. Grayscale: #7F7F7F. Windows color (decimal): -5145835 or 1407921. OLE color: 1407921.

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

Color convert

RGB17712321-
CMYK00.310.880.31
HSL39.23º78.79%38.82%-
HSV(B)39.23º88.14%69.41%-
XYZ25.3523.573.92-
YUV127.5267.89163.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 21 (8.59% from 255) = 6.54%
R=55.14%
G=38.32%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771232100.310.880.3139.2378.7938.82
HexB17B1501F581F274f27
Octal26117325037130374711747
Binary101100011111011101010111111011000111111001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B15; }

 p { color: rgb(177,123,21); }

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

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

 a { background-color: rgb(177,123,21); }

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

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

 span { border-color: rgb(177,123,21); }

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