Html Css Color HEX #B7A5AF Lily

📋 copy color: '#B7A5AF'

red 183 ◦ green 165 ◦ blue 175

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

Shades of Lily #B7A5AF

Tints of Lily #B7A5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

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

R = 34.99%
G = 31.55%
B = 33.46%

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

#B7A5AF (or 0xB7A5AF) is known color: Lily. HEX triplet: B7, A5 and AF. RGB value is (183,165,175). Sum of RGB (Red+Green+Blue) = 183+165+175=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5AF is #485A50. Grayscale: #ABABAB. Windows color (decimal): -4741713 or 11511223. OLE color: 11511223.

HSL color Cylindrical-coordinate representation of color #B7A5AF: hue angle of 326.67º degrees, saturation: 0.11, 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 #B7A5AF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 175 -
CMYK 0 0.10 0.04 0.28
HSL 326.67º 0.11% 0.68% -
HSV(B) 326.67º 0.1% 0.72% -
XYZ 40.72 40.07 46.15 -
YUV 171.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 183 165 175 0 0.10 0.04 0.28 326.67 0.11 0.68
Hex B7 A5 AF 0 A 4 1C 147 B 44
Octal 267 245 257 0 12 4 34 507 13 104
Binary 10110111 10100101 10101111 0 1010 100 11100 101000111 1011 1000100

Color Harmonies of #B7A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A5AF

Black with #B7A5AF

Text Example


Text Example

White with #B7A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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