Html Css Color HEX #BD586C Blush

📋 copy color: '#BD586C'

red 189 ◦ green 88 ◦ blue 108

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

Shades of Blush #BD586C

Tints of Blush #BD586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 49.09%
G = 22.86%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD586C (or 0xBD586C) is known color: Blush. HEX triplet: BD, 58 and 6C. RGB value is (189,88,108). Sum of RGB (Red+Green+Blue) = 189+88+108=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD586C is #42A793. Grayscale: #787878. Windows color (decimal): -4368276 or 7100605. OLE color: 7100605.

HSL color Cylindrical-coordinate representation of color #BD586C: hue angle of 348.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD586C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 88 108 -
CMYK 0 0.53 0.43 0.26
HSL 348.12º 0.43% 0.54% -
HSV(B) 348.12º 0.53% 0.74% -
XYZ 27.18 18.88 16.4 -
YUV 120.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 189 88 108 0 0.53 0.43 0.26 348.12 0.43 0.54
Hex BD 58 6C 0 35 2B 1A 15C 2B 36
Octal 275 130 154 0 65 53 32 534 53 66
Binary 10111101 1011000 1101100 0 110101 101011 11010 101011100 101011 110110

Color Harmonies of #BD586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD586C

Black with #BD586C

Text Example


Text Example

White with #BD586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD586C; }

 p { color: rgb(189,88,108); }

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

background-color css

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

 a { background-color: rgb(189,88,108); }

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

border-color css

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

 span { border-color: rgb(189,88,108); }

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