Html Css Color HEX #B7A2AF Lily

📋 copy color: '#B7A2AF'

red 183 ◦ green 162 ◦ blue 175

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

Shades of Lily #B7A2AF

Tints of Lily #B7A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

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

R = 35.19%
G = 31.15%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B7A2AF (or 0xB7A2AF) is known color: Lily. HEX triplet: B7, A2 and AF. RGB value is (183,162,175). Sum of RGB (Red+Green+Blue) = 183+162+175=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A2AF is #485D50. Grayscale: #A9A9A9. Windows color (decimal): -4742481 or 11510455. OLE color: 11510455.

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

Color convert

RGB 183 162 175 -
CMYK 0 0.11 0.04 0.28
HSL 322.86º 0.13% 0.68% -
HSV(B) 322.86º 0.11% 0.72% -
XYZ 40.19 39 45.97 -
YUV 169.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 183 162 175 0 0.11 0.04 0.28 322.86 0.13 0.68
Hex B7 A2 AF 0 B 4 1C 143 D 44
Octal 267 242 257 0 13 4 34 503 15 104
Binary 10110111 10100010 10101111 0 1011 100 11100 101000011 1101 1000100

Color Harmonies of #B7A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2AF

Black with #B7A2AF

Text Example


Text Example

White with #B7A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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