Html Css Color HEX #BD463D Grenadier

📋 copy color: '#BD463D'

red 189 ◦ green 70 ◦ blue 61

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

Shades of Grenadier #BD463D

Tints of Grenadier #BD463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 59.06%
G = 21.88%
B = 19.06%

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

#BD463D (or 0xBD463D) is known color: Grenadier. HEX triplet: BD, 46 and 3D. RGB value is (189,70,61). Sum of RGB (Red+Green+Blue) = 189+70+61=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD463D is #42B9C2. Grayscale: #686868. Windows color (decimal): -4372931 or 4015805. OLE color: 4015805.

HSL color Cylindrical-coordinate representation of color #BD463D: hue angle of 4.22º degrees, saturation: 0.51, 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 #BD463D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 61 -
CMYK 0 0.63 0.68 0.26
HSL 4.22º 0.51% 0.49% -
HSV(B) 4.22º 0.68% 0.74% -
XYZ 24.02 15.54 6.15 -
YUV 104.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 189 70 61 0 0.63 0.68 0.26 4.22 0.51 0.49
Hex BD 46 3D 0 3F 44 1A 4 33 31
Octal 275 106 75 0 77 104 32 4 63 61
Binary 10111101 1000110 111101 0 111111 1000100 11010 100 110011 110001

Color Harmonies of #BD463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD463D

Black with #BD463D

Text Example


Text Example

White with #BD463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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