#BB4D3D

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

Shades of Grenadier #BB4D3D

Tints of Grenadier #BB4D3D

Color information

#BB4D3D (or 0xBB4D3D) is unknown color: approx Grenadier. HEX triplet: BB, 4D and 3D. RGB value is (187,77,61). Sum of RGB (Red+Green+Blue) = 187+77+61=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D3D is #44B2C2. Grayscale: #6C6C6C. Windows color (decimal): -4502211 or 4017595. OLE color: 4017595.

HSL color Cylindrical-coordinate representation of color #BB4D3D: hue angle of 7.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4D3D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1877761-
CMYK00.590.670.27
HSL7.62º50.81%48.63%-
HSV(B)7.62º67.38%73.33%-
XYZ23.9916.216.28-
YUV108.07101.44184.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=57.54%
G=23.69%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187776100.590.670.277.6250.8148.63
HexBB4D3D03B431B83331
Octal2731157507310333106361
Binary10111011100110111110101110111000011110111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D3D; }

 p { color: rgb(187,77,61); }

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

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

 a { background-color: rgb(187,77,61); }

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

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

 span { border-color: rgb(187,77,61); }

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