#B7513D

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

Shades of Grenadier #B7513D

Tints of Grenadier #B7513D

Color information

#B7513D (or 0xB7513D) is unknown color: approx Grenadier. HEX triplet: B7, 51 and 3D. RGB value is (183,81,61). Sum of RGB (Red+Green+Blue) = 183+81+61=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7513D is #48AEC2. Grayscale: #6D6D6D. Windows color (decimal): -4763331 or 4018615. OLE color: 4018615.

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

Color convert

RGB1838161-
CMYK00.560.670.28
HSL9.84º50%47.84%-
HSV(B)9.84º66.67%71.76%-
XYZ23.3116.296.33-
YUV109.22100.79180.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=56.31%
G=24.92%
B=18.77%

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
Decimal183816100.560.670.289.845047.84
HexB7513D038431Ca3230
Octal2671217507010334126260
Binary10110111101000111110101110001000011111001010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7513D; }

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

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

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

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

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

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

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

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