Html Css Color HEX #BD474C Mandy

📋 copy color: '#BD474C'

red 189 ◦ green 71 ◦ blue 76

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

Shades of Mandy #BD474C

Tints of Mandy #BD474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 56.25%
G = 21.13%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD474C (or 0xBD474C) is known color: Mandy. HEX triplet: BD, 47 and 4C. RGB value is (189,71,76). Sum of RGB (Red+Green+Blue) = 189+71+76=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD474C is #42B8B3. Grayscale: #6A6A6A. Windows color (decimal): -4372660 or 4999101. OLE color: 4999101.

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

Color convert

RGB 189 71 76 -
CMYK 0 0.62 0.60 0.26
HSL 357.46º 0.47% 0.51% -
HSV(B) 357.46º 0.62% 0.74% -
XYZ 24.54 15.85 8.6 -
YUV 106.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 189 71 76 0 0.62 0.60 0.26 357.46 0.47 0.51
Hex BD 47 4C 0 3E 3C 1A 165 2F 33
Octal 275 107 114 0 76 74 32 545 57 63
Binary 10111101 1000111 1001100 0 111110 111100 11010 101100101 101111 110011

Color Harmonies of #BD474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD474C

Black with #BD474C

Text Example


Text Example

White with #BD474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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