Html Css Color HEX #BB4526 Grenadier

📋 copy color: '#BB4526'

red 187 ◦ green 69 ◦ blue 38

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

Shades of Grenadier #BB4526

Tints of Grenadier #BB4526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 63.61%
G = 23.47%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB4526 (or 0xBB4526) is known color: Grenadier. HEX triplet: BB, 45 and 26. RGB value is (187,69,38). Sum of RGB (Red+Green+Blue) = 187+69+38=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4526 is #44BAD9. Grayscale: #646464. Windows color (decimal): -4504282 or 2508219. OLE color: 2508219.

HSL color Cylindrical-coordinate representation of color #BB4526: hue angle of 12.48º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4526 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 38 -
CMYK 0 0.63 0.80 0.27
HSL 12.48º 0.66% 0.44% -
HSV(B) 12.48º 0.8% 0.73% -
XYZ 22.97 14.96 3.51 -
YUV 100.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 187 69 38 0 0.63 0.80 0.27 12.48 0.66 0.44
Hex BB 45 26 0 3F 50 1B C 42 2C
Octal 273 105 46 0 77 120 33 14 102 54
Binary 10111011 1000101 100110 0 111111 1010000 11011 1100 1000010 101100

Color Harmonies of #BB4526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4526

Black with #BB4526

Text Example


Text Example

White with #BB4526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4526; }

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

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

background-color css

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

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

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

border-color css

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

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

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