Html Css Color HEX #BB4426 Grenadier

📋 copy color: '#BB4426'

red 187 ◦ green 68 ◦ blue 38

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

Shades of Grenadier #BB4426

Tints of Grenadier #BB4426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 63.82%
G = 23.21%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4426 (or 0xBB4426) is known color: Grenadier. HEX triplet: BB, 44 and 26. RGB value is (187,68,38). Sum of RGB (Red+Green+Blue) = 187+68+38=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4426 is #44BBD9. Grayscale: #646464. Windows color (decimal): -4504538 or 2507963. OLE color: 2507963.

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

Color convert

RGB 187 68 38 -
CMYK 0 0.64 0.80 0.27
HSL 12.08º 0.66% 0.44% -
HSV(B) 12.08º 0.8% 0.73% -
XYZ 22.91 14.84 3.49 -
YUV 100.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 187 68 38 0 0.64 0.80 0.27 12.08 0.66 0.44
Hex BB 44 26 0 40 50 1B C 42 2C
Octal 273 104 46 0 100 120 33 14 102 54
Binary 10111011 1000100 100110 0 1000000 1010000 11011 1100 1000010 101100

Color Harmonies of #BB4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4426

Black with #BB4426

Text Example


Text Example

White with #BB4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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