Html Css Color HEX #BD586D Blush

📋 copy color: '#BD586D'

red 189 ◦ green 88 ◦ blue 109

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

Shades of Blush #BD586D

Tints of Blush #BD586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 48.96%
G = 22.8%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD586D (or 0xBD586D) is known color: Blush. HEX triplet: BD, 58 and 6D. RGB value is (189,88,109). Sum of RGB (Red+Green+Blue) = 189+88+109=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD586D is #42A792. Grayscale: #787878. Windows color (decimal): -4368275 or 7166141. OLE color: 7166141.

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

Color convert

RGB 189 88 109 -
CMYK 0 0.53 0.42 0.26
HSL 347.52º 0.43% 0.54% -
HSV(B) 347.52º 0.53% 0.74% -
XYZ 27.24 18.9 16.68 -
YUV 120.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 189 88 109 0 0.53 0.42 0.26 347.52 0.43 0.54
Hex BD 58 6D 0 35 2A 1A 15C 2B 36
Octal 275 130 155 0 65 52 32 534 53 66
Binary 10111101 1011000 1101101 0 110101 101010 11010 101011100 101011 110110

Color Harmonies of #BD586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD586D

Black with #BD586D

Text Example


Text Example

White with #BD586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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