#BD626E

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

Shades of Blush #BD626E

Tints of Blush #BD626E

Color information

#BD626E (or 0xBD626E) is unknown color: approx Blush. HEX triplet: BD, 62 and 6E. RGB value is (189,98,110). Sum of RGB (Red+Green+Blue) = 189+98+110=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD626E is #429D91. Grayscale: #7E7E7E. Windows color (decimal): -4365714 or 7234237. OLE color: 7234237.

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

Color convert

RGB18998110-
CMYK00.480.420.26
HSL352.09º40.81%56.27%-
HSV(B)352.09º48.15%74.12%-
XYZ28.1720.6817.26-
YUV126.58118.65172.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=47.61%
G=24.69%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899811000.480.420.26352.0940.8156.27
HexBD626E0302A1A1602938
Octal27514215606052325405170
Binary1011110111000101101110011000010101011010101100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD626E; }

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

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

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

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

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

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

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

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