Html Css Color HEX #BD463C Grenadier

📋 copy color: '#BD463C'

red 189 ◦ green 70 ◦ blue 60

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

Shades of Grenadier #BD463C

Tints of Grenadier #BD463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 59.25%
G = 21.94%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD463C (or 0xBD463C) is known color: Grenadier. HEX triplet: BD, 46 and 3C. RGB value is (189,70,60). Sum of RGB (Red+Green+Blue) = 189+70+60=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD463C is #42B9C3. Grayscale: #686868. Windows color (decimal): -4372932 or 3950269. OLE color: 3950269.

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

Color convert

RGB 189 70 60 -
CMYK 0 0.63 0.68 0.26
HSL 4.65º 0.52% 0.49% -
HSV(B) 4.65º 0.68% 0.74% -
XYZ 23.99 15.53 6.01 -
YUV 104.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 189 70 60 0 0.63 0.68 0.26 4.65 0.52 0.49
Hex BD 46 3C 0 3F 44 1A 5 34 31
Octal 275 106 74 0 77 104 32 5 64 61
Binary 10111101 1000110 111100 0 111111 1000100 11010 101 110100 110001

Color Harmonies of #BD463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD463C

Black with #BD463C

Text Example


Text Example

White with #BD463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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