Html Css Color HEX #BB4429 Grenadier

📋 copy color: '#BB4429'

red 187 ◦ green 68 ◦ blue 41

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

Shades of Grenadier #BB4429

Tints of Grenadier #BB4429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 63.18%
G = 22.97%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB4429 (or 0xBB4429) is known color: Grenadier. HEX triplet: BB, 44 and 29. RGB value is (187,68,41). Sum of RGB (Red+Green+Blue) = 187+68+41=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4429 is #44BBD6. Grayscale: #646464. Windows color (decimal): -4504535 or 2704571. OLE color: 2704571.

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

Color convert

RGB 187 68 41 -
CMYK 0 0.64 0.78 0.27
HSL 11.1º 0.64% 0.45% -
HSV(B) 11.1º 0.78% 0.73% -
XYZ 22.96 14.86 3.76 -
YUV 100.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 187 68 41 0 0.64 0.78 0.27 11.1 0.64 0.45
Hex BB 44 29 0 40 4E 1B B 40 2D
Octal 273 104 51 0 100 116 33 13 100 55
Binary 10111011 1000100 101001 0 1000000 1001110 11011 1011 1000000 101101

Color Harmonies of #BB4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4429

Black with #BB4429

Text Example


Text Example

White with #BB4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4429; }

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

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

background-color css

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

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

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

border-color css

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

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

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