Html Css Color HEX #BB4535 Grenadier

📋 copy color: '#BB4535'

red 187 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #BB4535

Tints of Grenadier #BB4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 60.52%
G = 22.33%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4535 (or 0xBB4535) is known color: Grenadier. HEX triplet: BB, 45 and 35. RGB value is (187,69,53). Sum of RGB (Red+Green+Blue) = 187+69+53=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4535 is #44BACA. Grayscale: #666666. Windows color (decimal): -4504267 or 3491259. OLE color: 3491259.

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

Color convert

RGB 187 69 53 -
CMYK 0 0.63 0.72 0.27
HSL 7.16º 0.56% 0.47% -
HSV(B) 7.16º 0.72% 0.73% -
XYZ 23.26 15.08 5.05 -
YUV 102.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 187 69 53 0 0.63 0.72 0.27 7.16 0.56 0.47
Hex BB 45 35 0 3F 48 1B 7 38 2F
Octal 273 105 65 0 77 110 33 7 70 57
Binary 10111011 1000101 110101 0 111111 1001000 11011 111 111000 101111

Color Harmonies of #BB4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4535

Black with #BB4535

Text Example


Text Example

White with #BB4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4535; }

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

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

background-color css

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

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

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

border-color css

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

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

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