Html Css Color HEX #BB5231 Grenadier

📋 copy color: '#BB5231'

red 187 ◦ green 82 ◦ blue 49

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

Shades of Grenadier #BB5231

Tints of Grenadier #BB5231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 58.81%
G = 25.79%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5231 (or 0xBB5231) is known color: Grenadier. HEX triplet: BB, 52 and 31. RGB value is (187,82,49). Sum of RGB (Red+Green+Blue) = 187+82+49=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5231 is #44ADCE. Grayscale: #6D6D6D. Windows color (decimal): -4500943 or 3232443. OLE color: 3232443.

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

Color convert

RGB 187 82 49 -
CMYK 0 0.56 0.74 0.27
HSL 14.35º 0.58% 0.46% -
HSV(B) 14.35º 0.74% 0.73% -
XYZ 24.07 16.82 4.88 -
YUV 109.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 187 82 49 0 0.56 0.74 0.27 14.35 0.58 0.46
Hex BB 52 31 0 38 4A 1B E 3A 2E
Octal 273 122 61 0 70 112 33 16 72 56
Binary 10111011 1010010 110001 0 111000 1001010 11011 1110 111010 101110

Color Harmonies of #BB5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5231

Black with #BB5231

Text Example


Text Example

White with #BB5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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