Html Css Color HEX #BB492E Grenadier

📋 copy color: '#BB492E'

red 187 ◦ green 73 ◦ blue 46

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

Shades of Grenadier #BB492E

Tints of Grenadier #BB492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 61.11%
G = 23.86%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB492E (or 0xBB492E) is known color: Grenadier. HEX triplet: BB, 49 and 2E. RGB value is (187,73,46). Sum of RGB (Red+Green+Blue) = 187+73+46=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB492E is #44B6D1. Grayscale: #686868. Windows color (decimal): -4503250 or 3033531. OLE color: 3033531.

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

Color convert

RGB 187 73 46 -
CMYK 0 0.61 0.75 0.27
HSL 11.49º 0.61% 0.46% -
HSV(B) 11.49º 0.75% 0.73% -
XYZ 23.37 15.53 4.35 -
YUV 104.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 187 73 46 0 0.61 0.75 0.27 11.49 0.61 0.46
Hex BB 49 2E 0 3D 4B 1B B 3D 2E
Octal 273 111 56 0 75 113 33 13 75 56
Binary 10111011 1001001 101110 0 111101 1001011 11011 1011 111101 101110

Color Harmonies of #BB492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB492E

Black with #BB492E

Text Example


Text Example

White with #BB492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB492E; }

 p { color: rgb(187,73,46); }

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

background-color css

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

 a { background-color: rgb(187,73,46); }

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

border-color css

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

 span { border-color: rgb(187,73,46); }

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