Html Css Color HEX #BB5031 Grenadier

📋 copy color: '#BB5031'

red 187 ◦ green 80 ◦ blue 49

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

Shades of Grenadier #BB5031

Tints of Grenadier #BB5031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 59.18%
G = 25.32%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5031 (or 0xBB5031) is known color: Grenadier. HEX triplet: BB, 50 and 31. RGB value is (187,80,49). Sum of RGB (Red+Green+Blue) = 187+80+49=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5031 is #44AFCE. Grayscale: #6C6C6C. Windows color (decimal): -4501455 or 3231931. OLE color: 3231931.

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

Color convert

RGB 187 80 49 -
CMYK 0 0.57 0.74 0.27
HSL 13.48º 0.58% 0.46% -
HSV(B) 13.48º 0.74% 0.73% -
XYZ 23.92 16.52 4.83 -
YUV 108.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 187 80 49 0 0.57 0.74 0.27 13.48 0.58 0.46
Hex BB 50 31 0 39 4A 1B D 3A 2E
Octal 273 120 61 0 71 112 33 15 72 56
Binary 10111011 1010000 110001 0 111001 1001010 11011 1101 111010 101110

Color Harmonies of #BB5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5031

Black with #BB5031

Text Example


Text Example

White with #BB5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5031; }

 p { color: rgb(187,80,49); }

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

background-color css

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

 a { background-color: rgb(187,80,49); }

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

border-color css

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

 span { border-color: rgb(187,80,49); }

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