Html Css Color HEX #BB4E31 Grenadier

📋 copy color: '#BB4E31'

red 187 ◦ green 78 ◦ blue 49

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

Shades of Grenadier #BB4E31

Tints of Grenadier #BB4E31

RGB

 RED value IS 187 (73.44% from 255) = 59.55%

 GREEN value IS 78 (30.86% from 255) = 24.84%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 59.55%
G = 24.84%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4E31 (or 0xBB4E31) is known color: Grenadier. HEX triplet: BB, 4E and 31. RGB value is (187,78,49). Sum of RGB (Red+Green+Blue) = 187+78+49=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E31 is #44B1CE. Grayscale: #6B6B6B. Windows color (decimal): -4501967 or 3231419. OLE color: 3231419.

HSL color Cylindrical-coordinate representation of color #BB4E31: hue angle of 12.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB4E31 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 78 49 -
CMYK 0 0.58 0.74 0.27
HSL 12.61º 0.58% 0.46% -
HSV(B) 12.61º 0.74% 0.73% -
XYZ 23.77 16.24 4.79 -
YUV 107.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 187 78 49 0 0.58 0.74 0.27 12.61 0.58 0.46
Hex BB 4E 31 0 3A 4A 1B D 3A 2E
Octal 273 116 61 0 72 112 33 15 72 56
Binary 10111011 1001110 110001 0 111010 1001010 11011 1101 111010 101110

Color Harmonies of #BB4E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E31

Black with #BB4E31

Text Example


Text Example

White with #BB4E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E31; }

 p { color: rgb(187,78,49); }

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

background-color css

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

 a { background-color: rgb(187,78,49); }

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

border-color css

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

 span { border-color: rgb(187,78,49); }

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