Html Css Color HEX #BB472B Grenadier

📋 copy color: '#BB472B'

red 187 ◦ green 71 ◦ blue 43

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

Shades of Grenadier #BB472B

Tints of Grenadier #BB472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 62.13%
G = 23.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB472B (or 0xBB472B) is known color: Grenadier. HEX triplet: BB, 47 and 2B. RGB value is (187,71,43). Sum of RGB (Red+Green+Blue) = 187+71+43=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB472B is #44B8D4. Grayscale: #666666. Windows color (decimal): -4503765 or 2836411. OLE color: 2836411.

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

Color convert

RGB 187 71 43 -
CMYK 0 0.62 0.77 0.27
HSL 11.67º 0.63% 0.45% -
HSV(B) 11.67º 0.77% 0.73% -
XYZ 23.18 15.25 4.01 -
YUV 102.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 187 71 43 0 0.62 0.77 0.27 11.67 0.63 0.45
Hex BB 47 2B 0 3E 4D 1B C 3F 2D
Octal 273 107 53 0 76 115 33 14 77 55
Binary 10111011 1000111 101011 0 111110 1001101 11011 1100 111111 101101

Color Harmonies of #BB472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB472B

Black with #BB472B

Text Example


Text Example

White with #BB472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB472B; }

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

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

background-color css

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

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

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

border-color css

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

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

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