Html Css Color HEX #BD462E Grenadier

📋 copy color: '#BD462E'

red 189 ◦ green 70 ◦ blue 46

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

Shades of Grenadier #BD462E

Tints of Grenadier #BD462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 61.97%
G = 22.95%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD462E (or 0xBD462E) is known color: Grenadier. HEX triplet: BD, 46 and 2E. RGB value is (189,70,46). Sum of RGB (Red+Green+Blue) = 189+70+46=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD462E is #42B9D1. Grayscale: #676767. Windows color (decimal): -4372946 or 3032765. OLE color: 3032765.

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

Color convert

RGB 189 70 46 -
CMYK 0 0.63 0.76 0.26
HSL 10.07º 0.61% 0.46% -
HSV(B) 10.07º 0.76% 0.74% -
XYZ 23.67 15.4 4.31 -
YUV 102.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 189 70 46 0 0.63 0.76 0.26 10.07 0.61 0.46
Hex BD 46 2E 0 3F 4C 1A A 3D 2E
Octal 275 106 56 0 77 114 32 12 75 56
Binary 10111101 1000110 101110 0 111111 1001100 11010 1010 111101 101110

Color Harmonies of #BD462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD462E

Black with #BD462E

Text Example


Text Example

White with #BD462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD462E; }

 p { color: rgb(189,70,46); }

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

background-color css

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

 a { background-color: rgb(189,70,46); }

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

border-color css

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

 span { border-color: rgb(189,70,46); }

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