Html Css Color HEX #BD4D36 Grenadier

📋 copy color: '#BD4D36'

red 189 ◦ green 77 ◦ blue 54

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

Shades of Grenadier #BD4D36

Tints of Grenadier #BD4D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 59.06%
G = 24.06%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD4D36 (or 0xBD4D36) is known color: Grenadier. HEX triplet: BD, 4D and 36. RGB value is (189,77,54). Sum of RGB (Red+Green+Blue) = 189+77+54=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D36 is #42B2C9. Grayscale: #6C6C6C. Windows color (decimal): -4371146 or 3558845. OLE color: 3558845.

HSL color Cylindrical-coordinate representation of color #BD4D36: hue angle of 10.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4D36 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 77 54 -
CMYK 0 0.59 0.71 0.26
HSL 10.22º 0.56% 0.48% -
HSV(B) 10.22º 0.71% 0.74% -
XYZ 24.31 16.39 5.37 -
YUV 107.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 189 77 54 0 0.59 0.71 0.26 10.22 0.56 0.48
Hex BD 4D 36 0 3B 47 1A A 38 30
Octal 275 115 66 0 73 107 32 12 70 60
Binary 10111101 1001101 110110 0 111011 1000111 11010 1010 111000 110000

Color Harmonies of #BD4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D36

Black with #BD4D36

Text Example


Text Example

White with #BD4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D36; }

 p { color: rgb(189,77,54); }

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

background-color css

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

 a { background-color: rgb(189,77,54); }

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

border-color css

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

 span { border-color: rgb(189,77,54); }

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