#BD5A6A

Color #BD5A6A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BD5A6A

Tints of Blush #BD5A6A

Color information

#BD5A6A (or 0xBD5A6A) is unknown color: approx Blush. HEX triplet: BD, 5A and 6A. RGB value is (189,90,106). Sum of RGB (Red+Green+Blue) = 189+90+106=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A6A is #42A595. Grayscale: #797979. Windows color (decimal): -4367766 or 6970045. OLE color: 6970045.

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

Color convert

RGB18990106-
CMYK00.520.440.26
HSL350.3º42.86%54.71%-
HSV(B)350.3º52.38%74.12%-
XYZ27.2419.1715.9-
YUV121.42119.3176.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=49.09%
G=23.38%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899010600.520.440.26350.342.8654.71
HexBD5A6A0342C1A15e2b37
Octal27513215206454325365367
Binary1011110110110101101010011010010110011010101011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A6A; }

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

 H1.HeaderClassName
 {
   color: #BD5A6A;
 }
 .AnyTagClassName
 {
   color: #BD5A6A;
 }
</style>
background-color css

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

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

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

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

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

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