#BD6468

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

Shades of Blush #BD6468

Tints of Blush #BD6468

Color information

#BD6468 (or 0xBD6468) is unknown color: approx Blush. HEX triplet: BD, 64 and 68. RGB value is (189,100,104). Sum of RGB (Red+Green+Blue) = 189+100+104=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6468 is #429B97. Grayscale: #7F7F7F. Windows color (decimal): -4365208 or 6841533. OLE color: 6841533.

HSL color Cylindrical-coordinate representation of color #BD6468: hue angle of 357.3º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6468 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB189100104-
CMYK00.470.450.26
HSL357.3º40.27%56.67%-
HSV(B)357.3º47.09%74.12%-
XYZ28.0420.9315.66-
YUV127.07114.99172.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=48.09%
G=25.45%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910010400.470.450.26357.340.2756.67
HexBD646802F2D1A1652839
Octal27514415005755325455071
Binary1011110111001001101000010111110110111010101100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6468; }

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

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

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

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

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

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

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

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