#BB4627

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

Shades of Grenadier #BB4627

Tints of Grenadier #BB4627

Color information

#BB4627 (or 0xBB4627) is unknown color: approx Grenadier. HEX triplet: BB, 46 and 27. RGB value is (187,70,39). Sum of RGB (Red+Green+Blue) = 187+70+39=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4627 is #44B9D8. Grayscale: #656565. Windows color (decimal): -4504025 or 2574011. OLE color: 2574011.

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

Color convert

RGB1877039-
CMYK00.630.790.27
HSL12.57º65.49%44.31%-
HSV(B)12.57º79.14%73.33%-
XYZ23.0515.093.62-
YUV101.4592.76189.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.18%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 39 (15.62% from 255) = 13.18%
R=63.18%
G=23.65%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187703900.630.790.2712.5765.4944.31
HexBB462703F4F1Bd412c
Octal27310647077117331510154
Binary101110111000110100111011111110011111101111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4627; }

 p { color: rgb(187,70,39); }

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

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

 a { background-color: rgb(187,70,39); }

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

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

 span { border-color: rgb(187,70,39); }

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