#BD4062

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

Shades of Blush #BD4062

Tints of Blush #BD4062

Color information

#BD4062 (or 0xBD4062) is unknown color: approx Blush. HEX triplet: BD, 40 and 62. RGB value is (189,64,98). Sum of RGB (Red+Green+Blue) = 189+64+98=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4062 is #42BF9D. Grayscale: #696969. Windows color (decimal): -4374430 or 6439101. OLE color: 6439101.

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

Color convert

RGB1896498-
CMYK00.660.480.26
HSL343.68º49.41%49.61%-
HSV(B)343.68º66.14%74.12%-
XYZ25.0215.3713.2-
YUV105.25123.91187.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=53.85%
G=18.23%
B=27.92%

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
Decimal189649800.660.480.26343.6849.4149.61
HexBD4062042301A1583132
Octal275100142010260325306162
Binary10111101100000011000100100001011000011010101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4062; }

 p { color: rgb(189,64,98); }

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

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

 a { background-color: rgb(189,64,98); }

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

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

 span { border-color: rgb(189,64,98); }

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