#B7503D

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

Shades of Grenadier #B7503D

Tints of Grenadier #B7503D

Color information

#B7503D (or 0xB7503D) is unknown color: approx Grenadier. HEX triplet: B7, 50 and 3D. RGB value is (183,80,61). Sum of RGB (Red+Green+Blue) = 183+80+61=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7503D is #48AFC2. Grayscale: #6C6C6C. Windows color (decimal): -4763587 or 4018359. OLE color: 4018359.

HSL color Cylindrical-coordinate representation of color #B7503D: hue angle of 9.34º degrees, saturation: 0.5, 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 #B7503D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1838061-
CMYK00.560.670.28
HSL9.34º50%47.84%-
HSV(B)9.34º66.67%71.76%-
XYZ23.2416.146.31-
YUV108.63101.12181.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=56.48%
G=24.69%
B=18.83%

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
Decimal183806100.560.670.289.345047.84
HexB7503D038431C93230
Octal2671207507010334116260
Binary10110111101000011110101110001000011111001001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7503D; }

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

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

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

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

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

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

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

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