#B25D17

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

Shades of Rich Gold #B25D17

Tints of Rich Gold #B25D17

Color information

#B25D17 (or 0xB25D17) is unknown color: approx Rich Gold. HEX triplet: B2, 5D and 17. RGB value is (178,93,23). Sum of RGB (Red+Green+Blue) = 178+93+23=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D17 is #4DA2E8. Grayscale: #6E6E6E. Windows color (decimal): -5087977 or 1531314. OLE color: 1531314.

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

Color convert

RGB1789323-
CMYK00.480.870.30
HSL27.1º77.11%39.41%-
HSV(B)27.1º87.08%69.8%-
XYZ22.4317.362.98-
YUV110.4378.66176.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 23 (9.38% from 255) = 7.82%
R=60.54%
G=31.63%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178932300.480.870.3027.177.1139.41
HexB25D17030571E1b4d27
Octal26213527060127363311547
Binary101100101011101101110110000101011111110110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D17; }

 p { color: rgb(178,93,23); }

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

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

 a { background-color: rgb(178,93,23); }

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

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

 span { border-color: rgb(178,93,23); }

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