Html Css Color HEX #BD5E6E Blush

📋 copy color: '#BD5E6E'

red 189 ◦ green 94 ◦ blue 110

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

Shades of Blush #BD5E6E

Tints of Blush #BD5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 48.09%
G = 23.92%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD5E6E (or 0xBD5E6E) is known color: Blush. HEX triplet: BD, 5E and 6E. RGB value is (189,94,110). Sum of RGB (Red+Green+Blue) = 189+94+110=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E6E is #42A191. Grayscale: #7C7C7C. Windows color (decimal): -4366738 or 7233213. OLE color: 7233213.

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

Color convert

RGB 189 94 110 -
CMYK 0 0.50 0.42 0.26
HSL 349.89º 0.42% 0.55% -
HSV(B) 349.89º 0.5% 0.74% -
XYZ 27.8 19.95 17.14 -
YUV 124.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 189 94 110 0 0.50 0.42 0.26 349.89 0.42 0.55
Hex BD 5E 6E 0 32 2A 1A 15E 2A 37
Octal 275 136 156 0 62 52 32 536 52 67
Binary 10111101 1011110 1101110 0 110010 101010 11010 101011110 101010 110111

Color Harmonies of #BD5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E6E

Black with #BD5E6E

Text Example


Text Example

White with #BD5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E6E; }

 p { color: rgb(189,94,110); }

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

background-color css

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

 a { background-color: rgb(189,94,110); }

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

border-color css

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

 span { border-color: rgb(189,94,110); }

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