Html Css Color HEX #BB5037 Grenadier

📋 copy color: '#BB5037'

red 187 ◦ green 80 ◦ blue 55

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

Shades of Grenadier #BB5037

Tints of Grenadier #BB5037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 58.07%
G = 24.84%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB5037 (or 0xBB5037) is known color: Grenadier. HEX triplet: BB, 50 and 37. RGB value is (187,80,55). Sum of RGB (Red+Green+Blue) = 187+80+55=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5037 is #44AFC8. Grayscale: #6D6D6D. Windows color (decimal): -4501449 or 3625147. OLE color: 3625147.

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

Color convert

RGB 187 80 55 -
CMYK 0 0.57 0.71 0.27
HSL 11.36º 0.55% 0.47% -
HSV(B) 11.36º 0.71% 0.73% -
XYZ 24.05 16.58 5.55 -
YUV 109.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 187 80 55 0 0.57 0.71 0.27 11.36 0.55 0.47
Hex BB 50 37 0 39 47 1B B 37 2F
Octal 273 120 67 0 71 107 33 13 67 57
Binary 10111011 1010000 110111 0 111001 1000111 11011 1011 110111 101111

Color Harmonies of #BB5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5037

Black with #BB5037

Text Example


Text Example

White with #BB5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5037; }

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

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

background-color css

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

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

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

border-color css

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

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

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