Html Css Color HEX #D7B9BB Pink Flare

📋 copy color: '#D7B9BB'

red 215 ◦ green 185 ◦ blue 187

#D7B9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #D7B9BB

Tints of Pink Flare #D7B9BB

RGB

 RED value IS 215 (84.38% from 255) = 36.63%

 GREEN value IS 185 (72.66% from 255) = 31.52%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 36.63%
G = 31.52%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7B9BB (or 0xD7B9BB) is known color: Pink Flare. HEX triplet: D7, B9 and BB. RGB value is (215,185,187). Sum of RGB (Red+Green+Blue) = 215+185+187=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9BB is #284644. Grayscale: #C2C2C2. Windows color (decimal): -2639429 or 12302807. OLE color: 12302807.

HSL color Cylindrical-coordinate representation of color #D7B9BB: hue angle of 356º 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 #D7B9BB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 187 -
CMYK 0 0.14 0.13 0.16
HSL 356º 0.27% 0.78% -
HSV(B) 356º 0.14% 0.84% -
XYZ 54.34 52.73 54.33 -
YUV 194.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 215 185 187 0 0.14 0.13 0.16 356 0.27 0.78
Hex D7 B9 BB 0 E D 10 164 1B 4E
Octal 327 271 273 0 16 15 20 544 33 116
Binary 11010111 10111001 10111011 0 1110 1101 10000 101100100 11011 1001110

Color Harmonies of #D7B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9BB

Black with #D7B9BB

Text Example


Text Example

White with #D7B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9BB; }

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

 H1.HeaderClassName
 {
   color: #D7B9BB;
 }
 .AnyTagClassName
 {
   color: #D7B9BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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