#BD4466

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

Shades of Blush #BD4466

Tints of Blush #BD4466

Color information

#BD4466 (or 0xBD4466) is unknown color: approx Blush. HEX triplet: BD, 44 and 66. RGB value is (189,68,102). Sum of RGB (Red+Green+Blue) = 189+68+102=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4466 is #42BB99. Grayscale: #6C6C6C. Windows color (decimal): -4373402 or 6702269. OLE color: 6702269.

HSL color Cylindrical-coordinate representation of color #BD4466: hue angle of 343.14º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4466 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18968102-
CMYK00.640.460.26
HSL343.14º47.83%50.39%-
HSV(B)343.14º64.02%74.12%-
XYZ25.4515.9114.3-
YUV108.06124.59185.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=52.65%
G=18.94%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896810200.640.460.26343.1447.8350.39
HexBD44660402E1A1573032
Octal275104146010056325276062
Binary10111101100010011001100100000010111011010101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4466; }

 p { color: rgb(189,68,102); }

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

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

 a { background-color: rgb(189,68,102); }

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

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

 span { border-color: rgb(189,68,102); }

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