Html Css Color HEX #BB4427 Grenadier

📋 copy color: '#BB4427'

red 187 ◦ green 68 ◦ blue 39

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

Shades of Grenadier #BB4427

Tints of Grenadier #BB4427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 63.61%
G = 23.13%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4427 (or 0xBB4427) is known color: Grenadier. HEX triplet: BB, 44 and 27. RGB value is (187,68,39). Sum of RGB (Red+Green+Blue) = 187+68+39=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4427 is #44BBD8. Grayscale: #646464. Windows color (decimal): -4504537 or 2573499. OLE color: 2573499.

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

Color convert

RGB 187 68 39 -
CMYK 0 0.64 0.79 0.27
HSL 11.76º 0.65% 0.44% -
HSV(B) 11.76º 0.79% 0.73% -
XYZ 22.93 14.85 3.58 -
YUV 100.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 187 68 39 0 0.64 0.79 0.27 11.76 0.65 0.44
Hex BB 44 27 0 40 4F 1B C 41 2C
Octal 273 104 47 0 100 117 33 14 101 54
Binary 10111011 1000100 100111 0 1000000 1001111 11011 1100 1000001 101100

Color Harmonies of #BB4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4427

Black with #BB4427

Text Example


Text Example

White with #BB4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4427; }

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

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

background-color css

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

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

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

border-color css

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

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

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