Html Css Color HEX #BB4E35 Grenadier

📋 copy color: '#BB4E35'

red 187 ◦ green 78 ◦ blue 53

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

Shades of Grenadier #BB4E35

Tints of Grenadier #BB4E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 58.81%
G = 24.53%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4E35 (or 0xBB4E35) is known color: Grenadier. HEX triplet: BB, 4E and 35. RGB value is (187,78,53). Sum of RGB (Red+Green+Blue) = 187+78+53=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E35 is #44B1CA. Grayscale: #6B6B6B. Windows color (decimal): -4501963 or 3493563. OLE color: 3493563.

HSL color Cylindrical-coordinate representation of color #BB4E35: hue angle of 11.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB4E35 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 78 53 -
CMYK 0 0.58 0.72 0.27
HSL 11.19º 0.56% 0.47% -
HSV(B) 11.19º 0.72% 0.73% -
XYZ 23.86 16.27 5.25 -
YUV 107.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 187 78 53 0 0.58 0.72 0.27 11.19 0.56 0.47
Hex BB 4E 35 0 3A 48 1B B 38 2F
Octal 273 116 65 0 72 110 33 13 70 57
Binary 10111011 1001110 110101 0 111010 1001000 11011 1011 111000 101111

Color Harmonies of #BB4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E35

Black with #BB4E35

Text Example


Text Example

White with #BB4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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