Html Css Color HEX #BD474F Mandy

📋 copy color: '#BD474F'

red 189 ◦ green 71 ◦ blue 79

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

Shades of Mandy #BD474F

Tints of Mandy #BD474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 55.75%
G = 20.94%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD474F (or 0xBD474F) is known color: Mandy. HEX triplet: BD, 47 and 4F. RGB value is (189,71,79). Sum of RGB (Red+Green+Blue) = 189+71+79=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD474F is #42B8B0. Grayscale: #6B6B6B. Windows color (decimal): -4372657 or 5195709. OLE color: 5195709.

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

Color convert

RGB 189 71 79 -
CMYK 0 0.62 0.58 0.26
HSL 355.93º 0.47% 0.51% -
HSV(B) 355.93º 0.62% 0.74% -
XYZ 24.65 15.89 9.16 -
YUV 107.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 189 71 79 0 0.62 0.58 0.26 355.93 0.47 0.51
Hex BD 47 4F 0 3E 3A 1A 164 2F 33
Octal 275 107 117 0 76 72 32 544 57 63
Binary 10111101 1000111 1001111 0 111110 111010 11010 101100100 101111 110011

Color Harmonies of #BD474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD474F

Black with #BD474F

Text Example


Text Example

White with #BD474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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