Html Css Color HEX #BB492B Grenadier

📋 copy color: '#BB492B'

red 187 ◦ green 73 ◦ blue 43

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

Shades of Grenadier #BB492B

Tints of Grenadier #BB492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 61.72%
G = 24.09%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB492B (or 0xBB492B) is known color: Grenadier. HEX triplet: BB, 49 and 2B. RGB value is (187,73,43). Sum of RGB (Red+Green+Blue) = 187+73+43=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB492B is #44B6D4. Grayscale: #676767. Windows color (decimal): -4503253 or 2836923. OLE color: 2836923.

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

Color convert

RGB 187 73 43 -
CMYK 0 0.61 0.77 0.27
HSL 12.5º 0.63% 0.45% -
HSV(B) 12.5º 0.77% 0.73% -
XYZ 23.31 15.5 4.05 -
YUV 103.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 187 73 43 0 0.61 0.77 0.27 12.5 0.63 0.45
Hex BB 49 2B 0 3D 4D 1B C 3F 2D
Octal 273 111 53 0 75 115 33 14 77 55
Binary 10111011 1001001 101011 0 111101 1001101 11011 1100 111111 101101

Color Harmonies of #BB492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB492B

Black with #BB492B

Text Example


Text Example

White with #BB492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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