#D7B4BA

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

Shades of Pink Flare #D7B4BA

Tints of Pink Flare #D7B4BA

Color information

#D7B4BA (or 0xD7B4BA) is unknown color: approx Pink Flare. HEX triplet: D7, B4 and BA. RGB value is (215,180,186). Sum of RGB (Red+Green+Blue) = 215+180+186=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4BA is #284B45. Grayscale: #BFBFBF. Windows color (decimal): -2640710 or 12235991. OLE color: 12235991.

HSL color Cylindrical-coordinate representation of color #D7B4BA: hue angle of 349.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B4BA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215180186-
CMYK00.160.130.16
HSL349.71º30.43%77.45%-
HSV(B)349.71º16.28%84.31%-
XYZ53.2150.6353.42-
YUV191.15125.1145.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=37.01%
G=30.98%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518018600.160.130.16349.7130.4377.45
HexD7B4BA010D1015e1e4d
Octal327264272020152053636115
Binary110101111011010010111010010000110110000101011110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B4BA; }

 p { color: rgb(215,180,186); }

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

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

 a { background-color: rgb(215,180,186); }

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

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

 span { border-color: rgb(215,180,186); }

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