Html Css Color HEX #BD5A6E Blush

📋 copy color: '#BD5A6E'

red 189 ◦ green 90 ◦ blue 110

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

Shades of Blush #BD5A6E

Tints of Blush #BD5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 48.59%
G = 23.14%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD5A6E (or 0xBD5A6E) is known color: Blush. HEX triplet: BD, 5A and 6E. RGB value is (189,90,110). Sum of RGB (Red+Green+Blue) = 189+90+110=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A6E is #42A591. Grayscale: #797979. Windows color (decimal): -4367762 or 7232189. OLE color: 7232189.

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

Color convert

RGB 189 90 110 -
CMYK 0 0.52 0.42 0.26
HSL 347.88º 0.43% 0.55% -
HSV(B) 347.88º 0.52% 0.74% -
XYZ 27.46 19.26 17.02 -
YUV 121.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 189 90 110 0 0.52 0.42 0.26 347.88 0.43 0.55
Hex BD 5A 6E 0 34 2A 1A 15C 2B 37
Octal 275 132 156 0 64 52 32 534 53 67
Binary 10111101 1011010 1101110 0 110100 101010 11010 101011100 101011 110111

Color Harmonies of #BD5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A6E

Black with #BD5A6E

Text Example


Text Example

White with #BD5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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