Html Css Color HEX #BD472C Grenadier

📋 copy color: '#BD472C'

red 189 ◦ green 71 ◦ blue 44

#BD472C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BD472C

Tints of Grenadier #BD472C

RGB

 RED value IS 189 (74.22% from 255) = 62.17%

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 62.17%
G = 23.36%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD472C (or 0xBD472C) is known color: Grenadier. HEX triplet: BD, 47 and 2C. RGB value is (189,71,44). Sum of RGB (Red+Green+Blue) = 189+71+44=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD472C is #42B8D3. Grayscale: #676767. Windows color (decimal): -4372692 or 2901949. OLE color: 2901949.

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

Color convert

RGB 189 71 44 -
CMYK 0 0.62 0.77 0.26
HSL 11.17º 0.62% 0.46% -
HSV(B) 11.17º 0.77% 0.74% -
XYZ 23.69 15.51 4.13 -
YUV 103.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 189 71 44 0 0.62 0.77 0.26 11.17 0.62 0.46
Hex BD 47 2C 0 3E 4D 1A B 3E 2E
Octal 275 107 54 0 76 115 32 13 76 56
Binary 10111101 1000111 101100 0 111110 1001101 11010 1011 111110 101110

Color Harmonies of #BD472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD472C

Black with #BD472C

Text Example


Text Example

White with #BD472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD472C; }

 p { color: rgb(189,71,44); }

 H1.HeaderClassName
 {
   color: #BD472C;
 }
 .AnyTagClassName
 {
   color: #BD472C;
 }
</style>

background-color css

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

 a { background-color: rgb(189,71,44); }

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

border-color css

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

 span { border-color: rgb(189,71,44); }

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