#B7513B

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

Shades of Grenadier #B7513B

Tints of Grenadier #B7513B

Color information

#B7513B (or 0xB7513B) is unknown color: approx Grenadier. HEX triplet: B7, 51 and 3B. RGB value is (183,81,59). Sum of RGB (Red+Green+Blue) = 183+81+59=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B7513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7513B is #48AEC4. Grayscale: #6D6D6D. Windows color (decimal): -4763333 or 3887543. OLE color: 3887543.

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

Color convert

RGB1838159-
CMYK00.560.680.28
HSL10.65º51.24%47.45%-
HSV(B)10.65º67.76%71.76%-
XYZ23.2616.276.05-
YUV108.9999.79180.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=56.66%
G=25.08%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183815900.560.680.2810.6551.2447.45
HexB7513B038441Cb332f
Octal2671217307010434136357
Binary10110111101000111101101110001000100111001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7513B; }

 p { color: rgb(183,81,59); }

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

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

 a { background-color: rgb(183,81,59); }

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

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

 span { border-color: rgb(183,81,59); }

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