Html Css Color HEX #BB4B31 Grenadier

📋 copy color: '#BB4B31'

red 187 ◦ green 75 ◦ blue 49

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

Shades of Grenadier #BB4B31

Tints of Grenadier #BB4B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

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

R = 60.13%
G = 24.12%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4B31 (or 0xBB4B31) is known color: Grenadier. HEX triplet: BB, 4B and 31. RGB value is (187,75,49). Sum of RGB (Red+Green+Blue) = 187+75+49=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B31 is #44B4CE. Grayscale: #696969. Windows color (decimal): -4502735 or 3230651. OLE color: 3230651.

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

Color convert

RGB 187 75 49 -
CMYK 0 0.60 0.74 0.27
HSL 11.3º 0.58% 0.46% -
HSV(B) 11.3º 0.74% 0.73% -
XYZ 23.56 15.82 4.72 -
YUV 105.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 187 75 49 0 0.60 0.74 0.27 11.3 0.58 0.46
Hex BB 4B 31 0 3C 4A 1B B 3A 2E
Octal 273 113 61 0 74 112 33 13 72 56
Binary 10111011 1001011 110001 0 111100 1001010 11011 1011 111010 101110

Color Harmonies of #BB4B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B31

Black with #BB4B31

Text Example


Text Example

White with #BB4B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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