Html Css Color HEX #B4513B Grenadier

📋 copy color: '#B4513B'

red 180 ◦ green 81 ◦ blue 59

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

Shades of Grenadier #B4513B

Tints of Grenadier #B4513B

RGB

 RED value IS 180 (70.7% from 255) = 56.25%

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

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

R = 56.25%
G = 25.31%
B = 18.44%

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

#B4513B (or 0xB4513B) is known color: Grenadier. HEX triplet: B4, 51 and 3B. RGB value is (180,81,59). Sum of RGB (Red+Green+Blue) = 180+81+59=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4513B is #4BAEC4. Grayscale: #6C6C6C. Windows color (decimal): -4959941 or 3887540. OLE color: 3887540.

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

Color convert

RGB 180 81 59 -
CMYK 0 0.55 0.67 0.29
HSL 10.91º 0.51% 0.47% -
HSV(B) 10.91º 0.67% 0.71% -
XYZ 22.55 15.9 6.02 -
YUV 108.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 180 81 59 0 0.55 0.67 0.29 10.91 0.51 0.47
Hex B4 51 3B 0 37 43 1D B 33 2F
Octal 264 121 73 0 67 103 35 13 63 57
Binary 10110100 1010001 111011 0 110111 1000011 11101 1011 110011 101111

Color Harmonies of #B4513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4513B

Black with #B4513B

Text Example


Text Example

White with #B4513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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