Html Css Color HEX #D7B5BB Pink Flare

📋 copy color: '#D7B5BB'

red 215 ◦ green 181 ◦ blue 187

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

Shades of Pink Flare #D7B5BB

Tints of Pink Flare #D7B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.05%

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

R = 36.88%
G = 31.05%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7B5BB (or 0xD7B5BB) is known color: Pink Flare. HEX triplet: D7, B5 and BB. RGB value is (215,181,187). Sum of RGB (Red+Green+Blue) = 215+181+187=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5BB is #284A44. Grayscale: #BFBFBF. Windows color (decimal): -2640453 or 12301783. OLE color: 12301783.

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

Color convert

RGB 215 181 187 -
CMYK 0 0.16 0.13 0.16
HSL 349.41º 0.3% 0.78% -
HSV(B) 349.41º 0.16% 0.84% -
XYZ 53.52 51.08 54.05 -
YUV 191.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 215 181 187 0 0.16 0.13 0.16 349.41 0.3 0.78
Hex D7 B5 BB 0 10 D 10 15D 1E 4E
Octal 327 265 273 0 20 15 20 535 36 116
Binary 11010111 10110101 10111011 0 10000 1101 10000 101011101 11110 1001110

Color Harmonies of #D7B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5BB

Black with #D7B5BB

Text Example


Text Example

White with #D7B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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