Html Css Color HEX #BB5132 Grenadier

📋 copy color: '#BB5132'

red 187 ◦ green 81 ◦ blue 50

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

Shades of Grenadier #BB5132

Tints of Grenadier #BB5132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 58.81%
G = 25.47%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB5132 (or 0xBB5132) is known color: Grenadier. HEX triplet: BB, 51 and 32. RGB value is (187,81,50). Sum of RGB (Red+Green+Blue) = 187+81+50=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5132 is #44AECD. Grayscale: #6D6D6D. Windows color (decimal): -4501198 or 3297723. OLE color: 3297723.

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

Color convert

RGB 187 81 50 -
CMYK 0 0.57 0.73 0.27
HSL 13.58º 0.58% 0.46% -
HSV(B) 13.58º 0.73% 0.73% -
XYZ 24.01 16.68 4.97 -
YUV 109.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 187 81 50 0 0.57 0.73 0.27 13.58 0.58 0.46
Hex BB 51 32 0 39 49 1B E 3A 2E
Octal 273 121 62 0 71 111 33 16 72 56
Binary 10111011 1010001 110010 0 111001 1001001 11011 1110 111010 101110

Color Harmonies of #BB5132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5132

Black with #BB5132

Text Example


Text Example

White with #BB5132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5132; }

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

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

background-color css

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

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

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

border-color css

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

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

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