Html Css Color HEX #BD463A Grenadier

📋 copy color: '#BD463A'

red 189 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #BD463A

Tints of Grenadier #BD463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 59.62%
G = 22.08%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD463A (or 0xBD463A) is known color: Grenadier. HEX triplet: BD, 46 and 3A. RGB value is (189,70,58). Sum of RGB (Red+Green+Blue) = 189+70+58=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD463A is #42B9C5. Grayscale: #686868. Windows color (decimal): -4372934 or 3819197. OLE color: 3819197.

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

Color convert

RGB 189 70 58 -
CMYK 0 0.63 0.69 0.26
HSL 5.5º 0.53% 0.48% -
HSV(B) 5.5º 0.69% 0.74% -
XYZ 23.94 15.5 5.73 -
YUV 104.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 189 70 58 0 0.63 0.69 0.26 5.5 0.53 0.48
Hex BD 46 3A 0 3F 45 1A 5 35 30
Octal 275 106 72 0 77 105 32 5 65 60
Binary 10111101 1000110 111010 0 111111 1000101 11010 101 110101 110000

Color Harmonies of #BD463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD463A

Black with #BD463A

Text Example


Text Example

White with #BD463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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