Html Css Color HEX #BE5235 Grenadier

📋 copy color: '#BE5235'

red 190 ◦ green 82 ◦ blue 53

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

Shades of Grenadier #BE5235

Tints of Grenadier #BE5235

RGB

 RED value IS 190 (74.61% from 255) = 58.46%

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 58.46%
G = 25.23%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE5235 (or 0xBE5235) is known color: Grenadier. HEX triplet: BE, 52 and 35. RGB value is (190,82,53). Sum of RGB (Red+Green+Blue) = 190+82+53=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5235 is #41ADCA. Grayscale: #6F6F6F. Windows color (decimal): -4304331 or 3494590. OLE color: 3494590.

HSL color Cylindrical-coordinate representation of color #BE5235: hue angle of 12.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE5235 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 53 -
CMYK 0 0.57 0.72 0.25
HSL 12.7º 0.56% 0.48% -
HSV(B) 12.7º 0.72% 0.75% -
XYZ 24.9 17.24 5.38 -
YUV 110.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 190 82 53 0 0.57 0.72 0.25 12.7 0.56 0.48
Hex BE 52 35 0 39 48 19 D 38 30
Octal 276 122 65 0 71 110 31 15 70 60
Binary 10111110 1010010 110101 0 111001 1001000 11001 1101 111000 110000

Color Harmonies of #BE5235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5235

Black with #BE5235

Text Example


Text Example

White with #BE5235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5235; }

 p { color: rgb(190,82,53); }

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

background-color css

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

 a { background-color: rgb(190,82,53); }

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

border-color css

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

 span { border-color: rgb(190,82,53); }

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