Html Css Color HEX #B64936 Grenadier

📋 copy color: '#B64936'

red 182 ◦ green 73 ◦ blue 54

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

Shades of Grenadier #B64936

Tints of Grenadier #B64936

RGB

 RED value IS 182 (71.48% from 255) = 58.9%

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 58.9%
G = 23.62%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B64936 (or 0xB64936) is known color: Grenadier. HEX triplet: B6, 49 and 36. RGB value is (182,73,54). Sum of RGB (Red+Green+Blue) = 182+73+54=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64936 is #49B6C9. Grayscale: #676767. Windows color (decimal): -4830922 or 3557814. OLE color: 3557814.

HSL color Cylindrical-coordinate representation of color #B64936: hue angle of 8.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64936 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 73 54 -
CMYK 0 0.60 0.70 0.29
HSL 8.91º 0.54% 0.46% -
HSV(B) 8.91º 0.7% 0.71% -
XYZ 22.34 14.98 5.2 -
YUV 103.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 182 73 54 0 0.60 0.70 0.29 8.91 0.54 0.46
Hex B6 49 36 0 3C 46 1D 9 36 2E
Octal 266 111 66 0 74 106 35 11 66 56
Binary 10110110 1001001 110110 0 111100 1000110 11101 1001 110110 101110

Color Harmonies of #B64936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64936

Black with #B64936

Text Example


Text Example

White with #B64936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64936; }

 p { color: rgb(182,73,54); }

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

background-color css

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

 a { background-color: rgb(182,73,54); }

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

border-color css

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

 span { border-color: rgb(182,73,54); }

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