Html Css Color HEX #BB5538 Grenadier

📋 copy color: '#BB5538'

red 187 ◦ green 85 ◦ blue 56

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

Shades of Grenadier #BB5538

Tints of Grenadier #BB5538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

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

R = 57.01%
G = 25.91%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB5538 (or 0xBB5538) is known color: Grenadier. HEX triplet: BB, 55 and 38. RGB value is (187,85,56). Sum of RGB (Red+Green+Blue) = 187+85+56=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5538 is #44AAC7. Grayscale: #707070. Windows color (decimal): -4500168 or 3691963. OLE color: 3691963.

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

Color convert

RGB 187 85 56 -
CMYK 0 0.55 0.70 0.27
HSL 13.28º 0.54% 0.48% -
HSV(B) 13.28º 0.7% 0.73% -
XYZ 24.46 17.35 5.8 -
YUV 112.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 187 85 56 0 0.55 0.70 0.27 13.28 0.54 0.48
Hex BB 55 38 0 37 46 1B D 36 30
Octal 273 125 70 0 67 106 33 15 66 60
Binary 10111011 1010101 111000 0 110111 1000110 11011 1101 110110 110000

Color Harmonies of #BB5538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5538

Black with #BB5538

Text Example


Text Example

White with #BB5538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5538; }

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

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

background-color css

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

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

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

border-color css

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

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

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