Html Css Color HEX #BD492F Grenadier

📋 copy color: '#BD492F'

red 189 ◦ green 73 ◦ blue 47

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

Shades of Grenadier #BD492F

Tints of Grenadier #BD492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 61.17%
G = 23.62%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD492F (or 0xBD492F) is known color: Grenadier. HEX triplet: BD, 49 and 2F. RGB value is (189,73,47). Sum of RGB (Red+Green+Blue) = 189+73+47=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD492F is #42B6D0. Grayscale: #686868. Windows color (decimal): -4372177 or 3099069. OLE color: 3099069.

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

Color convert

RGB 189 73 47 -
CMYK 0 0.61 0.75 0.26
HSL 10.99º 0.6% 0.46% -
HSV(B) 10.99º 0.75% 0.74% -
XYZ 23.88 15.79 4.48 -
YUV 104.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 189 73 47 0 0.61 0.75 0.26 10.99 0.6 0.46
Hex BD 49 2F 0 3D 4B 1A B 3C 2E
Octal 275 111 57 0 75 113 32 13 74 56
Binary 10111101 1001001 101111 0 111101 1001011 11010 1011 111100 101110

Color Harmonies of #BD492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD492F

Black with #BD492F

Text Example


Text Example

White with #BD492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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