#B25616

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

Shades of Rich Gold #B25616

Tints of Rich Gold #B25616

Color information

#B25616 (or 0xB25616) is unknown color: approx Rich Gold. HEX triplet: B2, 56 and 16. RGB value is (178,86,22). Sum of RGB (Red+Green+Blue) = 178+86+22=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25616 is #4DA9E9. Grayscale: #6A6A6A. Windows color (decimal): -5089770 or 1463986. OLE color: 1463986.

HSL color Cylindrical-coordinate representation of color #B25616: hue angle of 24.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B25616 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1788622-
CMYK00.520.880.30
HSL24.62º78%39.22%-
HSV(B)24.62º87.64%69.8%-
XYZ21.8316.182.73-
YUV106.2180.48179.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.24%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=62.24%
G=30.07%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178862200.520.880.3024.627839.22
HexB25616034581E194e27
Octal26212626064130363111647
Binary101100101010110101100110100101100011110110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25616; }

 p { color: rgb(178,86,22); }

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

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

 a { background-color: rgb(178,86,22); }

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

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

 span { border-color: rgb(178,86,22); }

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