Html Css Color HEX #B64B33 Grenadier

📋 copy color: '#B64B33'

red 182 ◦ green 75 ◦ blue 51

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

Shades of Grenadier #B64B33

Tints of Grenadier #B64B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

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

R = 59.09%
G = 24.35%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64B33 (or 0xB64B33) is known color: Grenadier. HEX triplet: B6, 4B and 33. RGB value is (182,75,51). Sum of RGB (Red+Green+Blue) = 182+75+51=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64B33 is #49B4CC. Grayscale: #686868. Windows color (decimal): -4830413 or 3361718. OLE color: 3361718.

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

Color convert

RGB 182 75 51 -
CMYK 0 0.59 0.72 0.29
HSL 10.99º 0.56% 0.46% -
HSV(B) 10.99º 0.72% 0.71% -
XYZ 22.41 15.22 4.89 -
YUV 104.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 182 75 51 0 0.59 0.72 0.29 10.99 0.56 0.46
Hex B6 4B 33 0 3B 48 1D B 38 2E
Octal 266 113 63 0 73 110 35 13 70 56
Binary 10110110 1001011 110011 0 111011 1001000 11101 1011 111000 101110

Color Harmonies of #B64B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B33

Black with #B64B33

Text Example


Text Example

White with #B64B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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