#BD606A

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

Shades of Blush #BD606A

Tints of Blush #BD606A

Color information

#BD606A (or 0xBD606A) is unknown color: approx Blush. HEX triplet: BD, 60 and 6A. RGB value is (189,96,106). Sum of RGB (Red+Green+Blue) = 189+96+106=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD606A is #429F95. Grayscale: #7D7D7D. Windows color (decimal): -4366230 or 6971581. OLE color: 6971581.

HSL color Cylindrical-coordinate representation of color #BD606A: hue angle of 353.55º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD606A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18996106-
CMYK00.490.440.26
HSL353.55º41.33%55.88%-
HSV(B)353.55º49.21%74.12%-
XYZ27.7720.2316.08-
YUV124.95117.31173.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=48.34%
G=24.55%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899610600.490.440.26353.5541.3355.88
HexBD606A0312C1A1622938
Octal27514015206154325425170
Binary1011110111000001101010011000110110011010101100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD606A; }

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

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

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

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

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

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

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

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