Html Css Color HEX #BB4435 Grenadier

📋 copy color: '#BB4435'

red 187 ◦ green 68 ◦ blue 53

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

Shades of Grenadier #BB4435

Tints of Grenadier #BB4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 60.71%
G = 22.08%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB4435 (or 0xBB4435) is known color: Grenadier. HEX triplet: BB, 44 and 35. RGB value is (187,68,53). Sum of RGB (Red+Green+Blue) = 187+68+53=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4435 is #44BBCA. Grayscale: #666666. Windows color (decimal): -4504523 or 3491003. OLE color: 3491003.

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

Color convert

RGB 187 68 53 -
CMYK 0 0.64 0.72 0.27
HSL 6.72º 0.56% 0.47% -
HSV(B) 6.72º 0.72% 0.73% -
XYZ 23.2 14.96 5.03 -
YUV 101.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 187 68 53 0 0.64 0.72 0.27 6.72 0.56 0.47
Hex BB 44 35 0 40 48 1B 7 38 2F
Octal 273 104 65 0 100 110 33 7 70 57
Binary 10111011 1000100 110101 0 1000000 1001000 11011 111 111000 101111

Color Harmonies of #BB4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4435

Black with #BB4435

Text Example


Text Example

White with #BB4435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4435; }

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

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

background-color css

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

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

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

border-color css

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

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

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