Html Css Color HEX #B6A3AF Lily

📋 copy color: '#B6A3AF'

red 182 ◦ green 163 ◦ blue 175

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

Shades of Lily #B6A3AF

Tints of Lily #B6A3AF

RGB

 RED value IS 182 (71.48% from 255) = 35%

 GREEN value IS 163 (64.06% from 255) = 31.35%

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

R = 35%
G = 31.35%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B6A3AF (or 0xB6A3AF) is known color: Lily. HEX triplet: B6, A3 and AF. RGB value is (182,163,175). Sum of RGB (Red+Green+Blue) = 182+163+175=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A3AF is #495C50. Grayscale: #AAAAAA. Windows color (decimal): -4807761 or 11510710. OLE color: 11510710.

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

Color convert

RGB 182 163 175 -
CMYK 0 0.10 0.04 0.29
HSL 322.11º 0.12% 0.68% -
HSV(B) 322.11º 0.1% 0.71% -
XYZ 40.13 39.23 46.02 -
YUV 170.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 182 163 175 0 0.10 0.04 0.29 322.11 0.12 0.68
Hex B6 A3 AF 0 A 4 1D 142 C 44
Octal 266 243 257 0 12 4 35 502 14 104
Binary 10110110 10100011 10101111 0 1010 100 11101 101000010 1100 1000100

Color Harmonies of #B6A3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A3AF

Black with #B6A3AF

Text Example


Text Example

White with #B6A3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A3AF; }

 p { color: rgb(182,163,175); }

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

background-color css

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

 a { background-color: rgb(182,163,175); }

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

border-color css

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

 span { border-color: rgb(182,163,175); }

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