Html Css Color HEX #BB4439 Grenadier

📋 copy color: '#BB4439'

red 187 ◦ green 68 ◦ blue 57

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

Shades of Grenadier #BB4439

Tints of Grenadier #BB4439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 59.94%
G = 21.79%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB4439 (or 0xBB4439) is known color: Grenadier. HEX triplet: BB, 44 and 39. RGB value is (187,68,57). Sum of RGB (Red+Green+Blue) = 187+68+57=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4439 is #44BBC6. Grayscale: #666666. Windows color (decimal): -4504519 or 3753147. OLE color: 3753147.

HSL color Cylindrical-coordinate representation of color #BB4439: hue angle of 5.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4439 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 57 -
CMYK 0 0.64 0.70 0.27
HSL 5.08º 0.53% 0.48% -
HSV(B) 5.08º 0.7% 0.73% -
XYZ 23.3 14.99 5.54 -
YUV 102.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 187 68 57 0 0.64 0.70 0.27 5.08 0.53 0.48
Hex BB 44 39 0 40 46 1B 5 35 30
Octal 273 104 71 0 100 106 33 5 65 60
Binary 10111011 1000100 111001 0 1000000 1000110 11011 101 110101 110000

Color Harmonies of #BB4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4439

Black with #BB4439

Text Example


Text Example

White with #BB4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4439; }

 p { color: rgb(187,68,57); }

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

background-color css

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

 a { background-color: rgb(187,68,57); }

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

border-color css

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

 span { border-color: rgb(187,68,57); }

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