#B05D16

Color #B05D16 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #B05D16

Tints of Rich Gold #B05D16

Color information

#B05D16 (or 0xB05D16) is unknown color: approx Rich Gold. HEX triplet: B0, 5D and 16. RGB value is (176,93,22). Sum of RGB (Red+Green+Blue) = 176+93+22=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05D16 is #4FA2E9. Grayscale: #6E6E6E. Windows color (decimal): -5219050 or 1465776. OLE color: 1465776.

HSL color Cylindrical-coordinate representation of color #B05D16: hue angle of 27.66º degrees, saturation: 0.78, 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 #B05D16 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1769322-
CMYK00.470.880.31
HSL27.66º77.78%38.82%-
HSV(B)27.66º87.5%69.02%-
XYZ21.9617.122.91-
YUV109.7278.5175.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=60.48%
G=31.96%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176932200.470.880.3127.6677.7838.82
HexB05D1602F581F1c4e27
Octal26013526057130373411647
Binary101100001011101101100101111101100011111111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D16; }

 p { color: rgb(176,93,22); }

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

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

 a { background-color: rgb(176,93,22); }

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

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

 span { border-color: rgb(176,93,22); }

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