#BD4B2E

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

Shades of Grenadier #BD4B2E

Tints of Grenadier #BD4B2E

Color information

#BD4B2E (or 0xBD4B2E) is unknown color: approx Grenadier. HEX triplet: BD, 4B and 2E. RGB value is (189,75,46). Sum of RGB (Red+Green+Blue) = 189+75+46=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B2E is #42B4D1. Grayscale: #6A6A6A. Windows color (decimal): -4371666 or 3034045. OLE color: 3034045.

HSL color Cylindrical-coordinate representation of color #BD4B2E: hue angle of 12.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD4B2E is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1897546-
CMYK00.600.760.26
HSL12.17º60.85%46.08%-
HSV(B)12.17º75.66%74.12%-
XYZ2416.054.42-
YUV105.7894.27187.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=60.97%
G=24.19%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189754600.600.760.2612.1760.8546.08
HexBD4B2E03C4C1Ac3d2e
Octal2751135607411432147556
Binary10111101100101110111001111001001100110101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B2E; }

 p { color: rgb(189,75,46); }

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

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

 a { background-color: rgb(189,75,46); }

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

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

 span { border-color: rgb(189,75,46); }

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