Html Css Color HEX #B64C33 Grenadier

📋 copy color: '#B64C33'

red 182 ◦ green 76 ◦ blue 51

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

Shades of Grenadier #B64C33

Tints of Grenadier #B64C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 58.9%
G = 24.6%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64C33 (or 0xB64C33) is known color: Grenadier. HEX triplet: B6, 4C and 33. RGB value is (182,76,51). Sum of RGB (Red+Green+Blue) = 182+76+51=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C33 is #49B3CC. Grayscale: #696969. Windows color (decimal): -4830157 or 3361974. OLE color: 3361974.

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

Color convert

RGB 182 76 51 -
CMYK 0 0.58 0.72 0.29
HSL 11.45º 0.56% 0.46% -
HSV(B) 11.45º 0.72% 0.71% -
XYZ 22.47 15.35 4.91 -
YUV 104.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 182 76 51 0 0.58 0.72 0.29 11.45 0.56 0.46
Hex B6 4C 33 0 3A 48 1D B 38 2E
Octal 266 114 63 0 72 110 35 13 70 56
Binary 10110110 1001100 110011 0 111010 1001000 11101 1011 111000 101110

Color Harmonies of #B64C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C33

Black with #B64C33

Text Example


Text Example

White with #B64C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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