Html Css Color HEX #B64935 Grenadier

📋 copy color: '#B64935'

red 182 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #B64935

Tints of Grenadier #B64935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 59.09%
G = 23.7%
B = 17.21%

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

#B64935 (or 0xB64935) is known color: Grenadier. HEX triplet: B6, 49 and 35. RGB value is (182,73,53). Sum of RGB (Red+Green+Blue) = 182+73+53=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64935 is #49B6CA. Grayscale: #676767. Windows color (decimal): -4830923 or 3492278. OLE color: 3492278.

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

Color convert

RGB 182 73 53 -
CMYK 0 0.60 0.71 0.29
HSL 9.3º 0.55% 0.46% -
HSV(B) 9.3º 0.71% 0.71% -
XYZ 22.32 14.97 5.08 -
YUV 103.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 182 73 53 0 0.60 0.71 0.29 9.3 0.55 0.46
Hex B6 49 35 0 3C 47 1D 9 37 2E
Octal 266 111 65 0 74 107 35 11 67 56
Binary 10110110 1001001 110101 0 111100 1000111 11101 1001 110111 101110

Color Harmonies of #B64935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64935

Black with #B64935

Text Example


Text Example

White with #B64935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64935; }

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

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

background-color css

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

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

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

border-color css

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

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

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