#BB5438

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

Shades of Grenadier #BB5438

Tints of Grenadier #BB5438

Color information

#BB5438 (or 0xBB5438) is unknown color: approx Grenadier. HEX triplet: BB, 54 and 38. RGB value is (187,84,56). Sum of RGB (Red+Green+Blue) = 187+84+56=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5438 is #44ABC7. Grayscale: #6F6F6F. Windows color (decimal): -4500424 or 3691707. OLE color: 3691707.

HSL color Cylindrical-coordinate representation of color #BB5438: hue angle of 12.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB5438 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1878456-
CMYK00.550.700.27
HSL12.82º53.91%47.65%-
HSV(B)12.82º70.05%73.33%-
XYZ24.3817.195.77-
YUV111.696.62181.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=57.19%
G=25.69%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187845600.550.700.2712.8253.9147.65
HexBB5438037461Bd3630
Octal2731247006710633156660
Binary10111011101010011100001101111000110110111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5438; }

 p { color: rgb(187,84,56); }

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

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

 a { background-color: rgb(187,84,56); }

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

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

 span { border-color: rgb(187,84,56); }

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