Html Css Color HEX #B64C31 Grenadier

📋 copy color: '#B64C31'

red 182 ◦ green 76 ◦ blue 49

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

Shades of Grenadier #B64C31

Tints of Grenadier #B64C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 59.28%
G = 24.76%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64C31 (or 0xB64C31) is known color: Grenadier. HEX triplet: B6, 4C and 31. RGB value is (182,76,49). Sum of RGB (Red+Green+Blue) = 182+76+49=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C31 is #49B3CE. Grayscale: #686868. Windows color (decimal): -4830159 or 3230902. OLE color: 3230902.

HSL color Cylindrical-coordinate representation of color #B64C31: hue angle of 12.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64C31 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 49 -
CMYK 0 0.58 0.73 0.29
HSL 12.18º 0.58% 0.45% -
HSV(B) 12.18º 0.73% 0.71% -
XYZ 22.43 15.34 4.68 -
YUV 104.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 182 76 49 0 0.58 0.73 0.29 12.18 0.58 0.45
Hex B6 4C 31 0 3A 49 1D C 3A 2D
Octal 266 114 61 0 72 111 35 14 72 55
Binary 10110110 1001100 110001 0 111010 1001001 11101 1100 111010 101101

Color Harmonies of #B64C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C31

Black with #B64C31

Text Example


Text Example

White with #B64C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C31; }

 p { color: rgb(182,76,49); }

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

background-color css

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

 a { background-color: rgb(182,76,49); }

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

border-color css

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

 span { border-color: rgb(182,76,49); }

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