Html Css Color HEX #BB4E2E Grenadier

📋 copy color: '#BB4E2E'

red 187 ◦ green 78 ◦ blue 46

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

Shades of Grenadier #BB4E2E

Tints of Grenadier #BB4E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

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

R = 60.13%
G = 25.08%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB4E2E (or 0xBB4E2E) is known color: Grenadier. HEX triplet: BB, 4E and 2E. RGB value is (187,78,46). Sum of RGB (Red+Green+Blue) = 187+78+46=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E2E is #44B1D1. Grayscale: #6B6B6B. Windows color (decimal): -4501970 or 3034811. OLE color: 3034811.

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

Color convert

RGB 187 78 46 -
CMYK 0 0.58 0.75 0.27
HSL 13.62º 0.61% 0.46% -
HSV(B) 13.62º 0.75% 0.73% -
XYZ 23.71 16.21 4.46 -
YUV 106.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 187 78 46 0 0.58 0.75 0.27 13.62 0.61 0.46
Hex BB 4E 2E 0 3A 4B 1B E 3D 2E
Octal 273 116 56 0 72 113 33 16 75 56
Binary 10111011 1001110 101110 0 111010 1001011 11011 1110 111101 101110

Color Harmonies of #BB4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E2E

Black with #BB4E2E

Text Example


Text Example

White with #BB4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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