#B25C17

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

Shades of Rich Gold #B25C17

Tints of Rich Gold #B25C17

Color information

#B25C17 (or 0xB25C17) is unknown color: approx Rich Gold. HEX triplet: B2, 5C and 17. RGB value is (178,92,23). Sum of RGB (Red+Green+Blue) = 178+92+23=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25C17 is #4DA3E8. Grayscale: #6E6E6E. Windows color (decimal): -5088233 or 1531058. OLE color: 1531058.

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

Color convert

RGB1789223-
CMYK00.480.870.30
HSL26.71º77.11%39.41%-
HSV(B)26.71º87.08%69.8%-
XYZ22.3417.182.95-
YUV109.8578.99176.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=60.75%
G=31.40%
B=7.85%

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
Decimal178922300.480.870.3026.7177.1139.41
HexB25C17030571E1b4d27
Octal26213427060127363311547
Binary101100101011100101110110000101011111110110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C17; }

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

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

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

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

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

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

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

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