Html Css Color HEX #B64E33 Grenadier

📋 copy color: '#B64E33'

red 182 ◦ green 78 ◦ blue 51

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

Shades of Grenadier #B64E33

Tints of Grenadier #B64E33

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

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

R = 58.52%
G = 25.08%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64E33 (or 0xB64E33) is known color: Grenadier. HEX triplet: B6, 4E and 33. RGB value is (182,78,51). Sum of RGB (Red+Green+Blue) = 182+78+51=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E33 is #49B1CC. Grayscale: #6A6A6A. Windows color (decimal): -4829645 or 3362486. OLE color: 3362486.

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

Color convert

RGB 182 78 51 -
CMYK 0 0.57 0.72 0.29
HSL 12.37º 0.56% 0.46% -
HSV(B) 12.37º 0.72% 0.71% -
XYZ 22.61 15.63 4.96 -
YUV 106.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 182 78 51 0 0.57 0.72 0.29 12.37 0.56 0.46
Hex B6 4E 33 0 39 48 1D C 38 2E
Octal 266 116 63 0 71 110 35 14 70 56
Binary 10110110 1001110 110011 0 111001 1001000 11101 1100 111000 101110

Color Harmonies of #B64E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E33

Black with #B64E33

Text Example


Text Example

White with #B64E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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