Html Css Color HEX #BD5E6D Blush

📋 copy color: '#BD5E6D'

red 189 ◦ green 94 ◦ blue 109

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

Shades of Blush #BD5E6D

Tints of Blush #BD5E6D

RGB

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

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

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

R = 48.21%
G = 23.98%
B = 27.81%

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

#BD5E6D (or 0xBD5E6D) is known color: Blush. HEX triplet: BD, 5E and 6D. RGB value is (189,94,109). Sum of RGB (Red+Green+Blue) = 189+94+109=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E6D is #42A192. Grayscale: #7C7C7C. Windows color (decimal): -4366739 or 7167677. OLE color: 7167677.

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

Color convert

RGB 189 94 109 -
CMYK 0 0.50 0.42 0.26
HSL 350.53º 0.42% 0.55% -
HSV(B) 350.53º 0.5% 0.74% -
XYZ 27.75 19.93 16.85 -
YUV 124.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 189 94 109 0 0.50 0.42 0.26 350.53 0.42 0.55
Hex BD 5E 6D 0 32 2A 1A 15F 2A 37
Octal 275 136 155 0 62 52 32 537 52 67
Binary 10111101 1011110 1101101 0 110010 101010 11010 101011111 101010 110111

Color Harmonies of #BD5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E6D

Black with #BD5E6D

Text Example


Text Example

White with #BD5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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