#B7503C

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

Shades of Grenadier #B7503C

Tints of Grenadier #B7503C

Color information

#B7503C (or 0xB7503C) is unknown color: approx Grenadier. HEX triplet: B7, 50 and 3C. RGB value is (183,80,60). Sum of RGB (Red+Green+Blue) = 183+80+60=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7503C is #48AFC3. Grayscale: #6C6C6C. Windows color (decimal): -4763588 or 3952823. OLE color: 3952823.

HSL color Cylindrical-coordinate representation of color #B7503C: hue angle of 9.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7503C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1838060-
CMYK00.560.670.28
HSL9.76º50.62%47.65%-
HSV(B)9.76º67.21%71.76%-
XYZ23.2116.136.17-
YUV108.52100.62181.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=56.66%
G=24.77%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183806000.560.670.289.7650.6247.65
HexB7503C038431Ca3330
Octal2671207407010334126360
Binary10110111101000011110001110001000011111001010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7503C; }

 p { color: rgb(183,80,60); }

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

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

 a { background-color: rgb(183,80,60); }

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

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

 span { border-color: rgb(183,80,60); }

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