Html Css Color HEX #BD596C Blush

📋 copy color: '#BD596C'

red 189 ◦ green 89 ◦ blue 108

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

Shades of Blush #BD596C

Tints of Blush #BD596C

RGB

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

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

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

R = 48.96%
G = 23.06%
B = 27.98%

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

#BD596C (or 0xBD596C) is known color: Blush. HEX triplet: BD, 59 and 6C. RGB value is (189,89,108). Sum of RGB (Red+Green+Blue) = 189+89+108=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD596C is #42A693. Grayscale: #797979. Windows color (decimal): -4368020 or 7100861. OLE color: 7100861.

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

Color convert

RGB 189 89 108 -
CMYK 0 0.53 0.43 0.26
HSL 348.6º 0.43% 0.55% -
HSV(B) 348.6º 0.53% 0.74% -
XYZ 27.27 19.05 16.43 -
YUV 121.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 189 89 108 0 0.53 0.43 0.26 348.6 0.43 0.55
Hex BD 59 6C 0 35 2B 1A 15D 2B 37
Octal 275 131 154 0 65 53 32 535 53 67
Binary 10111101 1011001 1101100 0 110101 101011 11010 101011101 101011 110111

Color Harmonies of #BD596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD596C

Black with #BD596C

Text Example


Text Example

White with #BD596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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