Html Css Color HEX #BB4331 Grenadier

📋 copy color: '#BB4331'

red 187 ◦ green 67 ◦ blue 49

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

Shades of Grenadier #BB4331

Tints of Grenadier #BB4331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 61.72%
G = 22.11%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4331 (or 0xBB4331) is known color: Grenadier. HEX triplet: BB, 43 and 31. RGB value is (187,67,49). Sum of RGB (Red+Green+Blue) = 187+67+49=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4331 is #44BCCE. Grayscale: #656565. Windows color (decimal): -4504783 or 3228603. OLE color: 3228603.

HSL color Cylindrical-coordinate representation of color #BB4331: hue angle of 7.83º 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 #BB4331 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 49 -
CMYK 0 0.64 0.74 0.27
HSL 7.83º 0.58% 0.46% -
HSV(B) 7.83º 0.74% 0.73% -
XYZ 23.06 14.8 4.55 -
YUV 100.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 187 67 49 0 0.64 0.74 0.27 7.83 0.58 0.46
Hex BB 43 31 0 40 4A 1B 8 3A 2E
Octal 273 103 61 0 100 112 33 10 72 56
Binary 10111011 1000011 110001 0 1000000 1001010 11011 1000 111010 101110

Color Harmonies of #BB4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4331

Black with #BB4331

Text Example


Text Example

White with #BB4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4331; }

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

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

background-color css

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

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

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

border-color css

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

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

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