#BB4328

Color #BB4328 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BB4328

Tints of Grenadier #BB4328

Color information

#BB4328 (or 0xBB4328) is unknown color: approx Grenadier. HEX triplet: BB, 43 and 28. RGB value is (187,67,40). Sum of RGB (Red+Green+Blue) = 187+67+40=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4328 is #44BCD7. Grayscale: #646464. Windows color (decimal): -4504792 or 2638779. OLE color: 2638779.

HSL color Cylindrical-coordinate representation of color #BB4328: hue angle of 11.02º 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 #BB4328 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1876740-
CMYK00.640.790.27
HSL11.02º64.76%44.51%-
HSV(B)11.02º78.61%73.33%-
XYZ22.8814.733.64-
YUV99.894.26190.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.61%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=63.61%
G=22.79%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187674000.640.790.2711.0264.7644.51
HexBB43280404F1Bb412d
Octal273103500100117331310155
Binary1011101110000111010000100000010011111101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4328; }

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

 H1.HeaderClassName
 {
   color: #BB4328;
 }
 .AnyTagClassName
 {
   color: #BB4328;
 }
</style>
background-color css

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

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

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

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

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

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