Html Css Color HEX #B64933 Grenadier

📋 copy color: '#B64933'

red 182 ◦ green 73 ◦ blue 51

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

Shades of Grenadier #B64933

Tints of Grenadier #B64933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 59.48%
G = 23.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B64933 (or 0xB64933) is known color: Grenadier. HEX triplet: B6, 49 and 33. RGB value is (182,73,51). Sum of RGB (Red+Green+Blue) = 182+73+51=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B64933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64933 is #49B6CC. Grayscale: #676767. Windows color (decimal): -4830925 or 3361206. OLE color: 3361206.

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

Color convert

RGB 182 73 51 -
CMYK 0 0.60 0.72 0.29
HSL 10.08º 0.56% 0.46% -
HSV(B) 10.08º 0.72% 0.71% -
XYZ 22.27 14.95 4.84 -
YUV 103.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 182 73 51 0 0.60 0.72 0.29 10.08 0.56 0.46
Hex B6 49 33 0 3C 48 1D A 38 2E
Octal 266 111 63 0 74 110 35 12 70 56
Binary 10110110 1001001 110011 0 111100 1001000 11101 1010 111000 101110

Color Harmonies of #B64933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64933

Black with #B64933

Text Example


Text Example

White with #B64933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64933; }

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

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

background-color css

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

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

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

border-color css

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

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

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