Html Css Color HEX #BD472F Grenadier

📋 copy color: '#BD472F'

red 189 ◦ green 71 ◦ blue 47

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

Shades of Grenadier #BD472F

Tints of Grenadier #BD472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 61.56%
G = 23.13%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD472F (or 0xBD472F) is known color: Grenadier. HEX triplet: BD, 47 and 2F. RGB value is (189,71,47). Sum of RGB (Red+Green+Blue) = 189+71+47=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD472F is #42B8D0. Grayscale: #676767. Windows color (decimal): -4372689 or 3098557. OLE color: 3098557.

HSL color Cylindrical-coordinate representation of color #BD472F: hue angle of 10.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD472F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 47 -
CMYK 0 0.62 0.75 0.26
HSL 10.14º 0.6% 0.46% -
HSV(B) 10.14º 0.75% 0.74% -
XYZ 23.75 15.53 4.44 -
YUV 103.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 189 71 47 0 0.62 0.75 0.26 10.14 0.6 0.46
Hex BD 47 2F 0 3E 4B 1A A 3C 2E
Octal 275 107 57 0 76 113 32 12 74 56
Binary 10111101 1000111 101111 0 111110 1001011 11010 1010 111100 101110

Color Harmonies of #BD472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD472F

Black with #BD472F

Text Example


Text Example

White with #BD472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD472F; }

 p { color: rgb(189,71,47); }

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

background-color css

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

 a { background-color: rgb(189,71,47); }

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

border-color css

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

 span { border-color: rgb(189,71,47); }

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