Html Css Color HEX #BD5F62 Mandy

📋 copy color: '#BD5F62'

red 189 ◦ green 95 ◦ blue 98

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

Shades of Mandy #BD5F62

Tints of Mandy #BD5F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 49.48%
G = 24.87%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD5F62 (or 0xBD5F62) is known color: Mandy. HEX triplet: BD, 5F and 62. RGB value is (189,95,98). Sum of RGB (Red+Green+Blue) = 189+95+98=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5F62 is #42A09D. Grayscale: #7B7B7B. Windows color (decimal): -4366494 or 6447037. OLE color: 6447037.

HSL color Cylindrical-coordinate representation of color #BD5F62: hue angle of 358.09º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5F62 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 95 98 -
CMYK 0 0.50 0.48 0.26
HSL 358.09º 0.42% 0.56% -
HSV(B) 358.09º 0.5% 0.74% -
XYZ 27.28 19.89 13.96 -
YUV 123.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 189 95 98 0 0.50 0.48 0.26 358.09 0.42 0.56
Hex BD 5F 62 0 32 30 1A 166 2A 38
Octal 275 137 142 0 62 60 32 546 52 70
Binary 10111101 1011111 1100010 0 110010 110000 11010 101100110 101010 111000

Color Harmonies of #BD5F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F62

Black with #BD5F62

Text Example


Text Example

White with #BD5F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F62; }

 p { color: rgb(189,95,98); }

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

background-color css

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

 a { background-color: rgb(189,95,98); }

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

border-color css

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

 span { border-color: rgb(189,95,98); }

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