Html Css Color HEX #B64934 Grenadier

📋 copy color: '#B64934'

red 182 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #B64934

Tints of Grenadier #B64934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 59.28%
G = 23.78%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B64934 (or 0xB64934) is known color: Grenadier. HEX triplet: B6, 49 and 34. RGB value is (182,73,52). Sum of RGB (Red+Green+Blue) = 182+73+52=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64934 is #49B6CB. Grayscale: #676767. Windows color (decimal): -4830924 or 3426742. OLE color: 3426742.

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

Color convert

RGB 182 73 52 -
CMYK 0 0.60 0.71 0.29
HSL 9.69º 0.56% 0.46% -
HSV(B) 9.69º 0.71% 0.71% -
XYZ 22.29 14.96 4.96 -
YUV 103.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 182 73 52 0 0.60 0.71 0.29 9.69 0.56 0.46
Hex B6 49 34 0 3C 47 1D A 38 2E
Octal 266 111 64 0 74 107 35 12 70 56
Binary 10110110 1001001 110100 0 111100 1000111 11101 1010 111000 101110

Color Harmonies of #B64934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64934

Black with #B64934

Text Example


Text Example

White with #B64934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64934; }

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

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

background-color css

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

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

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

border-color css

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

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

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