Html Css Color HEX #BD596A Blush

📋 copy color: '#BD596A'

red 189 ◦ green 89 ◦ blue 106

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

Shades of Blush #BD596A

Tints of Blush #BD596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 49.22%
G = 23.18%
B = 27.6%

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

#BD596A (or 0xBD596A) is known color: Blush. HEX triplet: BD, 59 and 6A. RGB value is (189,89,106). Sum of RGB (Red+Green+Blue) = 189+89+106=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD596A is #42A695. Grayscale: #787878. Windows color (decimal): -4368022 or 6969789. OLE color: 6969789.

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

Color convert

RGB 189 89 106 -
CMYK 0 0.53 0.44 0.26
HSL 349.8º 0.43% 0.55% -
HSV(B) 349.8º 0.53% 0.74% -
XYZ 27.16 19 15.87 -
YUV 120.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 189 89 106 0 0.53 0.44 0.26 349.8 0.43 0.55
Hex BD 59 6A 0 35 2C 1A 15E 2B 37
Octal 275 131 152 0 65 54 32 536 53 67
Binary 10111101 1011001 1101010 0 110101 101100 11010 101011110 101011 110111

Color Harmonies of #BD596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD596A

Black with #BD596A

Text Example


Text Example

White with #BD596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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