Html Css Color HEX #BB4533 Grenadier

📋 copy color: '#BB4533'

red 187 ◦ green 69 ◦ blue 51

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

Shades of Grenadier #BB4533

Tints of Grenadier #BB4533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 60.91%
G = 22.48%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB4533 (or 0xBB4533) is known color: Grenadier. HEX triplet: BB, 45 and 33. RGB value is (187,69,51). Sum of RGB (Red+Green+Blue) = 187+69+51=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4533 is #44BACC. Grayscale: #666666. Windows color (decimal): -4504269 or 3360187. OLE color: 3360187.

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

Color convert

RGB 187 69 51 -
CMYK 0 0.63 0.73 0.27
HSL 7.94º 0.57% 0.47% -
HSV(B) 7.94º 0.73% 0.73% -
XYZ 23.22 15.06 4.82 -
YUV 102.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 187 69 51 0 0.63 0.73 0.27 7.94 0.57 0.47
Hex BB 45 33 0 3F 49 1B 8 39 2F
Octal 273 105 63 0 77 111 33 10 71 57
Binary 10111011 1000101 110011 0 111111 1001001 11011 1000 111001 101111

Color Harmonies of #BB4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4533

Black with #BB4533

Text Example


Text Example

White with #BB4533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4533; }

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

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

background-color css

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

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

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

border-color css

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

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

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