#D7B9BA

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

Shades of Pink Flare #D7B9BA

Tints of Pink Flare #D7B9BA

Color information

#D7B9BA (or 0xD7B9BA) is unknown color: approx Pink Flare. HEX triplet: D7, B9 and BA. RGB value is (215,185,186). Sum of RGB (Red+Green+Blue) = 215+185+186=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BA is #284645. Grayscale: #C2C2C2. Windows color (decimal): -2639430 or 12237271. OLE color: 12237271.

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

Color convert

RGB215185186-
CMYK00.140.130.16
HSL358º27.27%78.43%-
HSV(B)358º13.95%84.31%-
XYZ54.2452.6953.77-
YUV194.08123.44142.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=36.69%
G=31.57%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518518600.140.130.1635827.2778.43
HexD7B9BA0ED101661b4e
Octal327271272016152054633116
Binary11010111101110011011101001110110110000101100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9BA; }

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

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

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

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

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

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

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

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