#B25E16

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

Shades of Rich Gold #B25E16

Tints of Rich Gold #B25E16

Color information

#B25E16 (or 0xB25E16) is unknown color: approx Rich Gold. HEX triplet: B2, 5E and 16. RGB value is (178,94,22). Sum of RGB (Red+Green+Blue) = 178+94+22=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E16 is #4DA1E9. Grayscale: #6F6F6F. Windows color (decimal): -5087722 or 1466034. OLE color: 1466034.

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

Color convert

RGB1789422-
CMYK00.470.880.30
HSL27.69º78%39.22%-
HSV(B)27.69º87.64%69.8%-
XYZ22.5117.532.96-
YUV110.9177.83175.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=60.54%
G=31.97%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178942200.470.880.3027.697839.22
HexB25E1602F581E1c4e27
Octal26213626057130363411647
Binary101100101011110101100101111101100011110111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E16; }

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

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

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

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

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

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

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

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