Html Css Color HEX #B64F3C Grenadier

📋 copy color: '#B64F3C'

red 182 ◦ green 79 ◦ blue 60

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

Shades of Grenadier #B64F3C

Tints of Grenadier #B64F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 56.7%
G = 24.61%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B64F3C (or 0xB64F3C) is known color: Grenadier. HEX triplet: B6, 4F and 3C. RGB value is (182,79,60). Sum of RGB (Red+Green+Blue) = 182+79+60=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F3C is #49B0C3. Grayscale: #6B6B6B. Windows color (decimal): -4829380 or 3952566. OLE color: 3952566.

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

Color convert

RGB 182 79 60 -
CMYK 0 0.57 0.67 0.29
HSL 9.34º 0.5% 0.47% -
HSV(B) 9.34º 0.67% 0.71% -
XYZ 22.9 15.86 6.13 -
YUV 107.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 182 79 60 0 0.57 0.67 0.29 9.34 0.5 0.47
Hex B6 4F 3C 0 39 43 1D 9 32 2F
Octal 266 117 74 0 71 103 35 11 62 57
Binary 10110110 1001111 111100 0 111001 1000011 11101 1001 110010 101111

Color Harmonies of #B64F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F3C

Black with #B64F3C

Text Example


Text Example

White with #B64F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F3C; }

 p { color: rgb(182,79,60); }

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

background-color css

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

 a { background-color: rgb(182,79,60); }

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

border-color css

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

 span { border-color: rgb(182,79,60); }

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