Html Css Color HEX #BB4227 Grenadier

📋 copy color: '#BB4227'

red 187 ◦ green 66 ◦ blue 39

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

Shades of Grenadier #BB4227

Tints of Grenadier #BB4227

RGB

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

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

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

R = 64.04%
G = 22.6%
B = 13.36%

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

#BB4227 (or 0xBB4227) is known color: Grenadier. HEX triplet: BB, 42 and 27. RGB value is (187,66,39). Sum of RGB (Red+Green+Blue) = 187+66+39=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4227 is #44BDD8. Grayscale: #636363. Windows color (decimal): -4505049 or 2572987. OLE color: 2572987.

HSL color Cylindrical-coordinate representation of color #BB4227: hue angle of 10.95º 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 #BB4227 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 39 -
CMYK 0 0.65 0.79 0.27
HSL 10.95º 0.65% 0.44% -
HSV(B) 10.95º 0.79% 0.73% -
XYZ 22.81 14.61 3.54 -
YUV 99.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 187 66 39 0 0.65 0.79 0.27 10.95 0.65 0.44
Hex BB 42 27 0 41 4F 1B B 41 2C
Octal 273 102 47 0 101 117 33 13 101 54
Binary 10111011 1000010 100111 0 1000001 1001111 11011 1011 1000001 101100

Color Harmonies of #BB4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4227

Black with #BB4227

Text Example


Text Example

White with #BB4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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