Html Css Color HEX #BD492C Grenadier

📋 copy color: '#BD492C'

red 189 ◦ green 73 ◦ blue 44

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

Shades of Grenadier #BD492C

Tints of Grenadier #BD492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 61.76%
G = 23.86%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD492C (or 0xBD492C) is known color: Grenadier. HEX triplet: BD, 49 and 2C. RGB value is (189,73,44). Sum of RGB (Red+Green+Blue) = 189+73+44=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD492C is #42B6D3. Grayscale: #686868. Windows color (decimal): -4372180 or 2902461. OLE color: 2902461.

HSL color Cylindrical-coordinate representation of color #BD492C: hue angle of 12º 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 #BD492C is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 44 -
CMYK 0 0.61 0.77 0.26
HSL 12º 0.62% 0.46% -
HSV(B) 12º 0.77% 0.74% -
XYZ 23.82 15.77 4.17 -
YUV 104.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 189 73 44 0 0.61 0.77 0.26 12 0.62 0.46
Hex BD 49 2C 0 3D 4D 1A C 3E 2E
Octal 275 111 54 0 75 115 32 14 76 56
Binary 10111101 1001001 101100 0 111101 1001101 11010 1100 111110 101110

Color Harmonies of #BD492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD492C

Black with #BD492C

Text Example


Text Example

White with #BD492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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