#B25919

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

Shades of Rich Gold #B25919

Tints of Rich Gold #B25919

Color information

#B25919 (or 0xB25919) is unknown color: approx Rich Gold. HEX triplet: B2, 59 and 19. RGB value is (178,89,25). Sum of RGB (Red+Green+Blue) = 178+89+25=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B25919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25919 is #4DA6E6. Grayscale: #6C6C6C. Windows color (decimal): -5088999 or 1661362. OLE color: 1661362.

HSL color Cylindrical-coordinate representation of color #B25919: hue angle of 25.1º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B25919 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1788925-
CMYK00.50.860.30
HSL25.1º75.37%39.8%-
HSV(B)25.1º85.96%69.8%-
XYZ22.1116.682.97-
YUV108.3280.99177.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.96%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=60.96%
G=30.48%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178892500.50.860.3025.175.3739.8
HexB25919032561E194b28
Octal26213131062126363111350
Binary101100101011001110010110010101011011110110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25919; }

 p { color: rgb(178,89,25); }

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

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

 a { background-color: rgb(178,89,25); }

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

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

 span { border-color: rgb(178,89,25); }

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