Html Css Color HEX #BD474A Mandy

📋 copy color: '#BD474A'

red 189 ◦ green 71 ◦ blue 74

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

Shades of Mandy #BD474A

Tints of Mandy #BD474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 56.59%
G = 21.26%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD474A (or 0xBD474A) is known color: Mandy. HEX triplet: BD, 47 and 4A. RGB value is (189,71,74). Sum of RGB (Red+Green+Blue) = 189+71+74=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD474A is #42B8B5. Grayscale: #6A6A6A. Windows color (decimal): -4372662 or 4868029. OLE color: 4868029.

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

Color convert

RGB 189 71 74 -
CMYK 0 0.62 0.61 0.26
HSL 358.47º 0.47% 0.51% -
HSV(B) 358.47º 0.62% 0.74% -
XYZ 24.48 15.82 8.24 -
YUV 106.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 189 71 74 0 0.62 0.61 0.26 358.47 0.47 0.51
Hex BD 47 4A 0 3E 3D 1A 166 2F 33
Octal 275 107 112 0 76 75 32 546 57 63
Binary 10111101 1000111 1001010 0 111110 111101 11010 101100110 101111 110011

Color Harmonies of #BD474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD474A

Black with #BD474A

Text Example


Text Example

White with #BD474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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