#B05816

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

Shades of Rich Gold #B05816

Tints of Rich Gold #B05816

Color information

#B05816 (or 0xB05816) is unknown color: approx Rich Gold. HEX triplet: B0, 58 and 16. RGB value is (176,88,22). Sum of RGB (Red+Green+Blue) = 176+88+22=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B05816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05816 is #4FA7E9. Grayscale: #6B6B6B. Windows color (decimal): -5220330 or 1464496. OLE color: 1464496.

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

Color convert

RGB1768822-
CMYK00.500.880.31
HSL25.71º77.78%38.82%-
HSV(B)25.71º87.5%69.02%-
XYZ21.5416.272.76-
YUV106.7980.15177.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=61.54%
G=30.77%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176882200.500.880.3125.7177.7838.82
HexB05816032581F1a4e27
Octal26013026062130373211647
Binary101100001011000101100110010101100011111110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05816; }

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

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

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

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

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

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

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

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