Html Css Color HEX #BB4631 Grenadier

📋 copy color: '#BB4631'

red 187 ◦ green 70 ◦ blue 49

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

Shades of Grenadier #BB4631

Tints of Grenadier #BB4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 61.11%
G = 22.88%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB4631 (or 0xBB4631) is known color: Grenadier. HEX triplet: BB, 46 and 31. RGB value is (187,70,49). Sum of RGB (Red+Green+Blue) = 187+70+49=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4631 is #44B9CE. Grayscale: #666666. Windows color (decimal): -4504015 or 3229371. OLE color: 3229371.

HSL color Cylindrical-coordinate representation of color #BB4631: hue angle of 9.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB4631 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 49 -
CMYK 0 0.63 0.74 0.27
HSL 9.13º 0.58% 0.46% -
HSV(B) 9.13º 0.74% 0.73% -
XYZ 23.24 15.17 4.61 -
YUV 102.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 187 70 49 0 0.63 0.74 0.27 9.13 0.58 0.46
Hex BB 46 31 0 3F 4A 1B 9 3A 2E
Octal 273 106 61 0 77 112 33 11 72 56
Binary 10111011 1000110 110001 0 111111 1001010 11011 1001 111010 101110

Color Harmonies of #BB4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4631

Black with #BB4631

Text Example


Text Example

White with #BB4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4631; }

 p { color: rgb(187,70,49); }

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

background-color css

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

 a { background-color: rgb(187,70,49); }

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

border-color css

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

 span { border-color: rgb(187,70,49); }

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