Html Css Color HEX #BD586A Blush

📋 copy color: '#BD586A'

red 189 ◦ green 88 ◦ blue 106

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

Shades of Blush #BD586A

Tints of Blush #BD586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 49.35%
G = 22.98%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD586A (or 0xBD586A) is known color: Blush. HEX triplet: BD, 58 and 6A. RGB value is (189,88,106). Sum of RGB (Red+Green+Blue) = 189+88+106=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD586A is #42A795. Grayscale: #787878. Windows color (decimal): -4368278 or 6969533. OLE color: 6969533.

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

Color convert

RGB 189 88 106 -
CMYK 0 0.53 0.44 0.26
HSL 349.31º 0.43% 0.54% -
HSV(B) 349.31º 0.53% 0.74% -
XYZ 27.08 18.84 15.84 -
YUV 120.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 189 88 106 0 0.53 0.44 0.26 349.31 0.43 0.54
Hex BD 58 6A 0 35 2C 1A 15D 2B 36
Octal 275 130 152 0 65 54 32 535 53 66
Binary 10111101 1011000 1101010 0 110101 101100 11010 101011101 101011 110110

Color Harmonies of #BD586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD586A

Black with #BD586A

Text Example


Text Example

White with #BD586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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