Html Css Color HEX #BB5139 Grenadier

📋 copy color: '#BB5139'

red 187 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #BB5139

Tints of Grenadier #BB5139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 57.54%
G = 24.92%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB5139 (or 0xBB5139) is known color: Grenadier. HEX triplet: BB, 51 and 39. RGB value is (187,81,57). Sum of RGB (Red+Green+Blue) = 187+81+57=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5139 is #44AEC6. Grayscale: #6E6E6E. Windows color (decimal): -4501191 or 3756475. OLE color: 3756475.

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

Color convert

RGB 187 81 57 -
CMYK 0 0.57 0.70 0.27
HSL 11.08º 0.53% 0.48% -
HSV(B) 11.08º 0.7% 0.73% -
XYZ 24.17 16.75 5.83 -
YUV 109.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 187 81 57 0 0.57 0.70 0.27 11.08 0.53 0.48
Hex BB 51 39 0 39 46 1B B 35 30
Octal 273 121 71 0 71 106 33 13 65 60
Binary 10111011 1010001 111001 0 111001 1000110 11011 1011 110101 110000

Color Harmonies of #BB5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5139

Black with #BB5139

Text Example


Text Example

White with #BB5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5139; }

 p { color: rgb(187,81,57); }

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

background-color css

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

 a { background-color: rgb(187,81,57); }

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

border-color css

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

 span { border-color: rgb(187,81,57); }

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