Html Css Color HEX #BB4434 Grenadier

📋 copy color: '#BB4434'

red 187 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #BB4434

Tints of Grenadier #BB4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 60.91%
G = 22.15%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4434 (or 0xBB4434) is known color: Grenadier. HEX triplet: BB, 44 and 34. RGB value is (187,68,52). Sum of RGB (Red+Green+Blue) = 187+68+52=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4434 is #44BBCB. Grayscale: #656565. Windows color (decimal): -4504524 or 3425467. OLE color: 3425467.

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

Color convert

RGB 187 68 52 -
CMYK 0 0.64 0.72 0.27
HSL 7.11º 0.56% 0.47% -
HSV(B) 7.11º 0.72% 0.73% -
XYZ 23.18 14.95 4.91 -
YUV 101.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 187 68 52 0 0.64 0.72 0.27 7.11 0.56 0.47
Hex BB 44 34 0 40 48 1B 7 38 2F
Octal 273 104 64 0 100 110 33 7 70 57
Binary 10111011 1000100 110100 0 1000000 1001000 11011 111 111000 101111

Color Harmonies of #BB4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4434

Black with #BB4434

Text Example


Text Example

White with #BB4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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