Html Css Color HEX #BB4528 Grenadier

📋 copy color: '#BB4528'

red 187 ◦ green 69 ◦ blue 40

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

Shades of Grenadier #BB4528

Tints of Grenadier #BB4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 63.18%
G = 23.31%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB4528 (or 0xBB4528) is known color: Grenadier. HEX triplet: BB, 45 and 28. RGB value is (187,69,40). Sum of RGB (Red+Green+Blue) = 187+69+40=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4528 is #44BAD7. Grayscale: #656565. Windows color (decimal): -4504280 or 2639291. OLE color: 2639291.

HSL color Cylindrical-coordinate representation of color #BB4528: hue angle of 11.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4528 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 40 -
CMYK 0 0.63 0.79 0.27
HSL 11.84º 0.65% 0.45% -
HSV(B) 11.84º 0.79% 0.73% -
XYZ 23 14.97 3.69 -
YUV 100.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 187 69 40 0 0.63 0.79 0.27 11.84 0.65 0.45
Hex BB 45 28 0 3F 4F 1B C 41 2D
Octal 273 105 50 0 77 117 33 14 101 55
Binary 10111011 1000101 101000 0 111111 1001111 11011 1100 1000001 101101

Color Harmonies of #BB4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4528

Black with #BB4528

Text Example


Text Example

White with #BB4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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