Html Css Color HEX #BB4B2B Grenadier

📋 copy color: '#BB4B2B'

red 187 ◦ green 75 ◦ blue 43

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

Shades of Grenadier #BB4B2B

Tints of Grenadier #BB4B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

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

R = 61.31%
G = 24.59%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB4B2B (or 0xBB4B2B) is known color: Grenadier. HEX triplet: BB, 4B and 2B. RGB value is (187,75,43). Sum of RGB (Red+Green+Blue) = 187+75+43=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B2B is #44B4D4. Grayscale: #696969. Windows color (decimal): -4502741 or 2837435. OLE color: 2837435.

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

Color convert

RGB 187 75 43 -
CMYK 0 0.60 0.77 0.27
HSL 13.33º 0.63% 0.45% -
HSV(B) 13.33º 0.77% 0.73% -
XYZ 23.45 15.77 4.09 -
YUV 104.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 187 75 43 0 0.60 0.77 0.27 13.33 0.63 0.45
Hex BB 4B 2B 0 3C 4D 1B D 3F 2D
Octal 273 113 53 0 74 115 33 15 77 55
Binary 10111011 1001011 101011 0 111100 1001101 11011 1101 111111 101101

Color Harmonies of #BB4B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B2B

Black with #BB4B2B

Text Example


Text Example

White with #BB4B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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