Html Css Color HEX #BD573A Grenadier

📋 copy color: '#BD573A'

red 189 ◦ green 87 ◦ blue 58

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

Shades of Grenadier #BD573A

Tints of Grenadier #BD573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

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

R = 56.59%
G = 26.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD573A (or 0xBD573A) is known color: Grenadier. HEX triplet: BD, 57 and 3A. RGB value is (189,87,58). Sum of RGB (Red+Green+Blue) = 189+87+58=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573A is #42A8C5. Grayscale: #727272. Windows color (decimal): -4368582 or 3823549. OLE color: 3823549.

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

Color convert

RGB 189 87 58 -
CMYK 0 0.54 0.69 0.26
HSL 13.28º 0.53% 0.48% -
HSV(B) 13.28º 0.69% 0.74% -
XYZ 25.16 17.94 6.14 -
YUV 114.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 189 87 58 0 0.54 0.69 0.26 13.28 0.53 0.48
Hex BD 57 3A 0 36 45 1A D 35 30
Octal 275 127 72 0 66 105 32 15 65 60
Binary 10111101 1010111 111010 0 110110 1000101 11010 1101 110101 110000

Color Harmonies of #BD573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD573A

Black with #BD573A

Text Example


Text Example

White with #BD573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD573A; }

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

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

background-color css

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

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

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

border-color css

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

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

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