Html Css Color HEX #BD443C Grenadier

📋 copy color: '#BD443C'

red 189 ◦ green 68 ◦ blue 60

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

Shades of Grenadier #BD443C

Tints of Grenadier #BD443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 59.62%
G = 21.45%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD443C (or 0xBD443C) is known color: Grenadier. HEX triplet: BD, 44 and 3C. RGB value is (189,68,60). Sum of RGB (Red+Green+Blue) = 189+68+60=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD443C is #42BBC3. Grayscale: #676767. Windows color (decimal): -4373444 or 3949757. OLE color: 3949757.

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

Color convert

RGB 189 68 60 -
CMYK 0 0.64 0.68 0.26
HSL 3.72º 0.52% 0.49% -
HSV(B) 3.72º 0.68% 0.74% -
XYZ 23.87 15.28 5.97 -
YUV 103.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 189 68 60 0 0.64 0.68 0.26 3.72 0.52 0.49
Hex BD 44 3C 0 40 44 1A 4 34 31
Octal 275 104 74 0 100 104 32 4 64 61
Binary 10111101 1000100 111100 0 1000000 1000100 11010 100 110100 110001

Color Harmonies of #BD443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD443C

Black with #BD443C

Text Example


Text Example

White with #BD443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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