Html Css Color HEX #BB4228 Grenadier

📋 copy color: '#BB4228'

red 187 ◦ green 66 ◦ blue 40

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

Shades of Grenadier #BB4228

Tints of Grenadier #BB4228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 63.82%
G = 22.53%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4228 (or 0xBB4228) is known color: Grenadier. HEX triplet: BB, 42 and 28. RGB value is (187,66,40). Sum of RGB (Red+Green+Blue) = 187+66+40=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4228 is #44BDD7. Grayscale: #636363. Windows color (decimal): -4505048 or 2638523. OLE color: 2638523.

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

Color convert

RGB 187 66 40 -
CMYK 0 0.65 0.79 0.27
HSL 10.61º 0.65% 0.45% -
HSV(B) 10.61º 0.79% 0.73% -
XYZ 22.82 14.61 3.63 -
YUV 99.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 187 66 40 0 0.65 0.79 0.27 10.61 0.65 0.45
Hex BB 42 28 0 41 4F 1B B 41 2D
Octal 273 102 50 0 101 117 33 13 101 55
Binary 10111011 1000010 101000 0 1000001 1001111 11011 1011 1000001 101101

Color Harmonies of #BB4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4228

Black with #BB4228

Text Example


Text Example

White with #BB4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4228; }

 p { color: rgb(187,66,40); }

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

background-color css

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

 a { background-color: rgb(187,66,40); }

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

border-color css

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

 span { border-color: rgb(187,66,40); }

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