Html Css Color HEX #B7A0AF Lily

📋 copy color: '#B7A0AF'

red 183 ◦ green 160 ◦ blue 175

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

Shades of Lily #B7A0AF

Tints of Lily #B7A0AF

RGB

 RED value IS 183 (71.88% from 255) = 35.33%

 GREEN value IS 160 (62.89% from 255) = 30.89%

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 35.33%
G = 30.89%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B7A0AF (or 0xB7A0AF) is known color: Lily. HEX triplet: B7, A0 and AF. RGB value is (183,160,175). Sum of RGB (Red+Green+Blue) = 183+160+175=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0AF is #485F50. Grayscale: #A8A8A8. Windows color (decimal): -4742993 or 11509943. OLE color: 11509943.

HSL color Cylindrical-coordinate representation of color #B7A0AF: hue angle of 320.87º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A0AF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 175 -
CMYK 0 0.13 0.04 0.28
HSL 320.87º 0.14% 0.67% -
HSV(B) 320.87º 0.13% 0.72% -
XYZ 39.84 38.3 45.85 -
YUV 168.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 183 160 175 0 0.13 0.04 0.28 320.87 0.14 0.67
Hex B7 A0 AF 0 D 4 1C 141 E 43
Octal 267 240 257 0 15 4 34 501 16 103
Binary 10110111 10100000 10101111 0 1101 100 11100 101000001 1110 1000011

Color Harmonies of #B7A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A0AF

Black with #B7A0AF

Text Example


Text Example

White with #B7A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A0AF; }

 p { color: rgb(183,160,175); }

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

background-color css

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

 a { background-color: rgb(183,160,175); }

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

border-color css

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

 span { border-color: rgb(183,160,175); }

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