Html Css Color HEX #B5513B Grenadier

📋 copy color: '#B5513B'

red 181 ◦ green 81 ◦ blue 59

#B5513B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #B5513B

Tints of Grenadier #B5513B

RGB

 RED value IS 181 (71.09% from 255) = 56.39%

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 56.39%
G = 25.23%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5513B (or 0xB5513B) is known color: Grenadier. HEX triplet: B5, 51 and 3B. RGB value is (181,81,59). Sum of RGB (Red+Green+Blue) = 181+81+59=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5513B is #4AAEC4. Grayscale: #6C6C6C. Windows color (decimal): -4894405 or 3887541. OLE color: 3887541.

HSL color Cylindrical-coordinate representation of color #B5513B: hue angle of 10.82º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5513B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 59 -
CMYK 0 0.55 0.67 0.29
HSL 10.82º 0.51% 0.47% -
HSV(B) 10.82º 0.67% 0.71% -
XYZ 22.79 16.02 6.03 -
YUV 108.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 181 81 59 0 0.55 0.67 0.29 10.82 0.51 0.47
Hex B5 51 3B 0 37 43 1D B 33 2F
Octal 265 121 73 0 67 103 35 13 63 57
Binary 10110101 1010001 111011 0 110111 1000011 11101 1011 110011 101111

Color Harmonies of #B5513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5513B

Black with #B5513B

Text Example


Text Example

White with #B5513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5513B; }

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

 H1.HeaderClassName
 {
   color: #B5513B;
 }
 .AnyTagClassName
 {
   color: #B5513B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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