Html Css Color HEX #BB4838 Grenadier

📋 copy color: '#BB4838'

red 187 ◦ green 72 ◦ blue 56

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

Shades of Grenadier #BB4838

Tints of Grenadier #BB4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 59.37%
G = 22.86%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB4838 (or 0xBB4838) is known color: Grenadier. HEX triplet: BB, 48 and 38. RGB value is (187,72,56). Sum of RGB (Red+Green+Blue) = 187+72+56=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4838 is #44B7C7. Grayscale: #686868. Windows color (decimal): -4503496 or 3688635. OLE color: 3688635.

HSL color Cylindrical-coordinate representation of color #BB4838: hue angle of 7.33º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4838 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 56 -
CMYK 0 0.61 0.70 0.27
HSL 7.33º 0.54% 0.48% -
HSV(B) 7.33º 0.7% 0.73% -
XYZ 23.52 15.49 5.49 -
YUV 104.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 187 72 56 0 0.61 0.70 0.27 7.33 0.54 0.48
Hex BB 48 38 0 3D 46 1B 7 36 30
Octal 273 110 70 0 75 106 33 7 66 60
Binary 10111011 1001000 111000 0 111101 1000110 11011 111 110110 110000

Color Harmonies of #BB4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4838

Black with #BB4838

Text Example


Text Example

White with #BB4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4838; }

 p { color: rgb(187,72,56); }

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

background-color css

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

 a { background-color: rgb(187,72,56); }

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

border-color css

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

 span { border-color: rgb(187,72,56); }

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