Html Css Color HEX #BB5136 Grenadier

📋 copy color: '#BB5136'

red 187 ◦ green 81 ◦ blue 54

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

Shades of Grenadier #BB5136

Tints of Grenadier #BB5136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 58.07%
G = 25.16%
B = 16.77%

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

#BB5136 (or 0xBB5136) is known color: Grenadier. HEX triplet: BB, 51 and 36. RGB value is (187,81,54). Sum of RGB (Red+Green+Blue) = 187+81+54=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5136 is #44AEC9. Grayscale: #6D6D6D. Windows color (decimal): -4501194 or 3559867. OLE color: 3559867.

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

Color convert

RGB 187 81 54 -
CMYK 0 0.57 0.71 0.27
HSL 12.18º 0.55% 0.47% -
HSV(B) 12.18º 0.71% 0.73% -
XYZ 24.1 16.72 5.45 -
YUV 109.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 187 81 54 0 0.57 0.71 0.27 12.18 0.55 0.47
Hex BB 51 36 0 39 47 1B C 37 2F
Octal 273 121 66 0 71 107 33 14 67 57
Binary 10111011 1010001 110110 0 111001 1000111 11011 1100 110111 101111

Color Harmonies of #BB5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5136

Black with #BB5136

Text Example


Text Example

White with #BB5136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5136; }

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

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

background-color css

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

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

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

border-color css

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

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

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