Html Css Color HEX #BD563D Grenadier

📋 copy color: '#BD563D'

red 189 ◦ green 86 ◦ blue 61

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

Shades of Grenadier #BD563D

Tints of Grenadier #BD563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 56.25%
G = 25.6%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD563D (or 0xBD563D) is known color: Grenadier. HEX triplet: BD, 56 and 3D. RGB value is (189,86,61). Sum of RGB (Red+Green+Blue) = 189+86+61=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD563D is #42A9C2. Grayscale: #727272. Windows color (decimal): -4368835 or 4019901. OLE color: 4019901.

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

Color convert

RGB 189 86 61 -
CMYK 0 0.54 0.68 0.26
HSL 11.72º 0.51% 0.49% -
HSV(B) 11.72º 0.68% 0.74% -
XYZ 25.16 17.81 6.53 -
YUV 113.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 189 86 61 0 0.54 0.68 0.26 11.72 0.51 0.49
Hex BD 56 3D 0 36 44 1A C 33 31
Octal 275 126 75 0 66 104 32 14 63 61
Binary 10111101 1010110 111101 0 110110 1000100 11010 1100 110011 110001

Color Harmonies of #BD563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD563D

Black with #BD563D

Text Example


Text Example

White with #BD563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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