Html Css Color HEX #B7A4AF Lily

📋 copy color: '#B7A4AF'

red 183 ◦ green 164 ◦ blue 175

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

Shades of Lily #B7A4AF

Tints of Lily #B7A4AF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.42%

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

R = 35.06%
G = 31.42%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B7A4AF (or 0xB7A4AF) is known color: Lily. HEX triplet: B7, A4 and AF. RGB value is (183,164,175). Sum of RGB (Red+Green+Blue) = 183+164+175=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A4AF is #485B50. Grayscale: #AAAAAA. Windows color (decimal): -4741969 or 11510967. OLE color: 11510967.

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

Color convert

RGB 183 164 175 -
CMYK 0 0.10 0.04 0.28
HSL 325.26º 0.12% 0.68% -
HSV(B) 325.26º 0.1% 0.72% -
XYZ 40.54 39.71 46.09 -
YUV 170.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 183 164 175 0 0.10 0.04 0.28 325.26 0.12 0.68
Hex B7 A4 AF 0 A 4 1C 145 C 44
Octal 267 244 257 0 12 4 34 505 14 104
Binary 10110111 10100100 10101111 0 1010 100 11100 101000101 1100 1000100

Color Harmonies of #B7A4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A4AF

Black with #B7A4AF

Text Example


Text Example

White with #B7A4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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