#BD6068

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

Shades of Blush #BD6068

Tints of Blush #BD6068

Color information

#BD6068 (or 0xBD6068) is unknown color: approx Blush. HEX triplet: BD, 60 and 68. RGB value is (189,96,104). Sum of RGB (Red+Green+Blue) = 189+96+104=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6068 is #429F97. Grayscale: #7C7C7C. Windows color (decimal): -4366232 or 6840509. OLE color: 6840509.

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

Color convert

RGB18996104-
CMYK00.490.450.26
HSL354.84º41.33%55.88%-
HSV(B)354.84º49.21%74.12%-
XYZ27.6720.1815.53-
YUV124.72116.31173.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=48.59%
G=24.68%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899610400.490.450.26354.8441.3355.88
HexBD60680312D1A1632938
Octal27514015006155325435170
Binary1011110111000001101000011000110110111010101100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6068; }

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

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

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

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

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

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

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

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