Html Css Color HEX #BB4532 Grenadier

📋 copy color: '#BB4532'

red 187 ◦ green 69 ◦ blue 50

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

Shades of Grenadier #BB4532

Tints of Grenadier #BB4532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 61.11%
G = 22.55%
B = 16.34%

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

#BB4532 (or 0xBB4532) is known color: Grenadier. HEX triplet: BB, 45 and 32. RGB value is (187,69,50). Sum of RGB (Red+Green+Blue) = 187+69+50=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4532 is #44BACD. Grayscale: #666666. Windows color (decimal): -4504270 or 3294651. OLE color: 3294651.

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

Color convert

RGB 187 69 50 -
CMYK 0 0.63 0.73 0.27
HSL 8.32º 0.58% 0.46% -
HSV(B) 8.32º 0.73% 0.73% -
XYZ 23.2 15.05 4.7 -
YUV 102.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 187 69 50 0 0.63 0.73 0.27 8.32 0.58 0.46
Hex BB 45 32 0 3F 49 1B 8 3A 2E
Octal 273 105 62 0 77 111 33 10 72 56
Binary 10111011 1000101 110010 0 111111 1001001 11011 1000 111010 101110

Color Harmonies of #BB4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4532

Black with #BB4532

Text Example


Text Example

White with #BB4532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4532; }

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

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

background-color css

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

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

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

border-color css

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

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

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