Html Css Color HEX #BB4329 Grenadier

📋 copy color: '#BB4329'

red 187 ◦ green 67 ◦ blue 41

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

Shades of Grenadier #BB4329

Tints of Grenadier #BB4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 63.39%
G = 22.71%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB4329 (or 0xBB4329) is known color: Grenadier. HEX triplet: BB, 43 and 29. RGB value is (187,67,41). Sum of RGB (Red+Green+Blue) = 187+67+41=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4329 is #44BCD6. Grayscale: #646464. Windows color (decimal): -4504791 or 2704315. OLE color: 2704315.

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

Color convert

RGB 187 67 41 -
CMYK 0 0.64 0.78 0.27
HSL 10.68º 0.64% 0.45% -
HSV(B) 10.68º 0.78% 0.73% -
XYZ 22.9 14.74 3.74 -
YUV 99.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 187 67 41 0 0.64 0.78 0.27 10.68 0.64 0.45
Hex BB 43 29 0 40 4E 1B B 40 2D
Octal 273 103 51 0 100 116 33 13 100 55
Binary 10111011 1000011 101001 0 1000000 1001110 11011 1011 1000000 101101

Color Harmonies of #BB4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4329

Black with #BB4329

Text Example


Text Example

White with #BB4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4329; }

 p { color: rgb(187,67,41); }

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

background-color css

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

 a { background-color: rgb(187,67,41); }

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

border-color css

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

 span { border-color: rgb(187,67,41); }

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