Html Css Color HEX #B5ACA6 Silk

📋 copy color: '#B5ACA6'

red 181 ◦ green 172 ◦ blue 166

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

Shades of Silk #B5ACA6

Tints of Silk #B5ACA6

RGB

 RED value IS 181 (71.09% from 255) = 34.87%

 GREEN value IS 172 (67.58% from 255) = 33.14%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 34.87%
G = 33.14%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B5ACA6 (or 0xB5ACA6) is known color: Silk. HEX triplet: B5, AC and A6. RGB value is (181,172,166). Sum of RGB (Red+Green+Blue) = 181+172+166=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACA6 is #4A5359. Grayscale: #AEAEAE. Windows color (decimal): -4871002 or 10923189. OLE color: 10923189.

HSL color Cylindrical-coordinate representation of color #B5ACA6: hue angle of 24º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5ACA6 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 166 -
CMYK 0 0.05 0.08 0.29
HSL 24º 0.09% 0.68% -
HSV(B) 24º 0.08% 0.71% -
XYZ 40.69 42.08 42.05 -
YUV 174.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 181 172 166 0 0.05 0.08 0.29 24 0.09 0.68
Hex B5 AC A6 0 5 8 1D 18 9 44
Octal 265 254 246 0 5 10 35 30 11 104
Binary 10110101 10101100 10100110 0 101 1000 11101 11000 1001 1000100

Color Harmonies of #B5ACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACA6

Black with #B5ACA6

Text Example


Text Example

White with #B5ACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACA6; }

 p { color: rgb(181,172,166); }

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

background-color css

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

 a { background-color: rgb(181,172,166); }

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

border-color css

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

 span { border-color: rgb(181,172,166); }

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