Html Css Color HEX #BD493E Grenadier

📋 copy color: '#BD493E'

red 189 ◦ green 73 ◦ blue 62

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

Shades of Grenadier #BD493E

Tints of Grenadier #BD493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 58.33%
G = 22.53%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD493E (or 0xBD493E) is known color: Grenadier. HEX triplet: BD, 49 and 3E. RGB value is (189,73,62). Sum of RGB (Red+Green+Blue) = 189+73+62=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD493E is #42B6C1. Grayscale: #6A6A6A. Windows color (decimal): -4372162 or 4082109. OLE color: 4082109.

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

Color convert

RGB 189 73 62 -
CMYK 0 0.61 0.67 0.26
HSL 5.2º 0.51% 0.49% -
HSV(B) 5.2º 0.67% 0.74% -
XYZ 24.24 15.93 6.36 -
YUV 106.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 189 73 62 0 0.61 0.67 0.26 5.2 0.51 0.49
Hex BD 49 3E 0 3D 43 1A 5 33 31
Octal 275 111 76 0 75 103 32 5 63 61
Binary 10111101 1001001 111110 0 111101 1000011 11010 101 110011 110001

Color Harmonies of #BD493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD493E

Black with #BD493E

Text Example


Text Example

White with #BD493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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