Html Css Color HEX #BD492B Grenadier

📋 copy color: '#BD492B'

red 189 ◦ green 73 ◦ blue 43

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

Shades of Grenadier #BD492B

Tints of Grenadier #BD492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 61.97%
G = 23.93%
B = 14.1%

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

#BD492B (or 0xBD492B) is known color: Grenadier. HEX triplet: BD, 49 and 2B. RGB value is (189,73,43). Sum of RGB (Red+Green+Blue) = 189+73+43=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD492B is #42B6D4. Grayscale: #686868. Windows color (decimal): -4372181 or 2836925. OLE color: 2836925.

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

Color convert

RGB 189 73 43 -
CMYK 0 0.61 0.77 0.26
HSL 12.33º 0.63% 0.45% -
HSV(B) 12.33º 0.77% 0.74% -
XYZ 23.8 15.76 4.07 -
YUV 104.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 189 73 43 0 0.61 0.77 0.26 12.33 0.63 0.45
Hex BD 49 2B 0 3D 4D 1A C 3F 2D
Octal 275 111 53 0 75 115 32 14 77 55
Binary 10111101 1001001 101011 0 111101 1001101 11010 1100 111111 101101

Color Harmonies of #BD492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD492B

Black with #BD492B

Text Example


Text Example

White with #BD492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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