Html Css Color HEX #BB4938 Grenadier

📋 copy color: '#BB4938'

red 187 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #BB4938

Tints of Grenadier #BB4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 59.18%
G = 23.1%
B = 17.72%

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

#BB4938 (or 0xBB4938) is known color: Grenadier. HEX triplet: BB, 49 and 38. RGB value is (187,73,56). Sum of RGB (Red+Green+Blue) = 187+73+56=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4938 is #44B6C7. Grayscale: #696969. Windows color (decimal): -4503240 or 3688891. OLE color: 3688891.

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

Color convert

RGB 187 73 56 -
CMYK 0 0.61 0.70 0.27
HSL 7.79º 0.54% 0.48% -
HSV(B) 7.79º 0.7% 0.73% -
XYZ 23.59 15.62 5.51 -
YUV 105.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 187 73 56 0 0.61 0.70 0.27 7.79 0.54 0.48
Hex BB 49 38 0 3D 46 1B 8 36 30
Octal 273 111 70 0 75 106 33 10 66 60
Binary 10111011 1001001 111000 0 111101 1000110 11011 1000 110110 110000

Color Harmonies of #BB4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4938

Black with #BB4938

Text Example


Text Example

White with #BB4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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