Html Css Color HEX #BD4F3F Grenadier

📋 copy color: '#BD4F3F'

red 189 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #BD4F3F

Tints of Grenadier #BD4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 57.1%
G = 23.87%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD4F3F (or 0xBD4F3F) is known color: Grenadier. HEX triplet: BD, 4F and 3F. RGB value is (189,79,63). Sum of RGB (Red+Green+Blue) = 189+79+63=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F3F is #42B0C0. Grayscale: #6E6E6E. Windows color (decimal): -4370625 or 4149181. OLE color: 4149181.

HSL color Cylindrical-coordinate representation of color #BD4F3F: hue angle of 7.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4F3F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 63 -
CMYK 0 0.58 0.67 0.26
HSL 7.62º 0.5% 0.49% -
HSV(B) 7.62º 0.67% 0.74% -
XYZ 24.68 16.77 6.64 -
YUV 110.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 189 79 63 0 0.58 0.67 0.26 7.62 0.5 0.49
Hex BD 4F 3F 0 3A 43 1A 8 32 31
Octal 275 117 77 0 72 103 32 10 62 61
Binary 10111101 1001111 111111 0 111010 1000011 11010 1000 110010 110001

Color Harmonies of #BD4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F3F

Black with #BD4F3F

Text Example


Text Example

White with #BD4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F3F; }

 p { color: rgb(189,79,63); }

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

background-color css

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

 a { background-color: rgb(189,79,63); }

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

border-color css

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

 span { border-color: rgb(189,79,63); }

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