#BD4163

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

Shades of Blush #BD4163

Tints of Blush #BD4163

Color information

#BD4163 (or 0xBD4163) is unknown color: approx Blush. HEX triplet: BD, 41 and 63. RGB value is (189,65,99). Sum of RGB (Red+Green+Blue) = 189+65+99=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4163 is #42BE9C. Grayscale: #696969. Windows color (decimal): -4374173 or 6504893. OLE color: 6504893.

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

Color convert

RGB1896599-
CMYK00.660.480.26
HSL343.55º48.82%49.8%-
HSV(B)343.55º65.61%74.12%-
XYZ25.1315.513.47-
YUV105.95124.08187.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=53.54%
G=18.41%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189659900.660.480.26343.5548.8249.8
HexBD4163042301A1583132
Octal275101143010260325306162
Binary10111101100000111000110100001011000011010101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4163; }

 p { color: rgb(189,65,99); }

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

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

 a { background-color: rgb(189,65,99); }

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

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

 span { border-color: rgb(189,65,99); }

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