#BD4338

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

Shades of Grenadier #BD4338

Tints of Grenadier #BD4338

Color information

#BD4338 (or 0xBD4338) is unknown color: approx Grenadier. HEX triplet: BD, 43 and 38. RGB value is (189,67,56). Sum of RGB (Red+Green+Blue) = 189+67+56=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4338 is #42BCC7. Grayscale: #666666. Windows color (decimal): -4373704 or 3687357. OLE color: 3687357.

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

Color convert

RGB1896756-
CMYK00.650.700.26
HSL4.96º54.29%48.04%-
HSV(B)4.96º70.37%74.12%-
XYZ23.7115.125.41-
YUV102.22101.92189.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=60.58%
G=21.47%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189675600.650.700.264.9654.2948.04
HexBD4338041461A53630
Octal2751037001011063256660
Binary10111101100001111100001000001100011011010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4338; }

 p { color: rgb(189,67,56); }

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

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

 a { background-color: rgb(189,67,56); }

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

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

 span { border-color: rgb(189,67,56); }

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