Html Css Color HEX #B6AB9F Silk

📋 copy color: '#B6AB9F'

red 182 ◦ green 171 ◦ blue 159

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

Shades of Silk #B6AB9F

Tints of Silk #B6AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 35.55%
G = 33.4%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6AB9F (or 0xB6AB9F) is known color: Silk. HEX triplet: B6, AB and 9F. RGB value is (182,171,159). Sum of RGB (Red+Green+Blue) = 182+171+159=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AB9F is #495460. Grayscale: #ACACAC. Windows color (decimal): -4805729 or 10464182. OLE color: 10464182.

HSL color Cylindrical-coordinate representation of color #B6AB9F: hue angle of 31.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6AB9F is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 171 159 -
CMYK 0 0.06 0.13 0.29
HSL 31.3º 0.14% 0.67% -
HSV(B) 31.3º 0.13% 0.71% -
XYZ 40.11 41.57 38.71 -
YUV 172.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 182 171 159 0 0.06 0.13 0.29 31.3 0.14 0.67
Hex B6 AB 9F 0 6 D 1D 1F E 43
Octal 266 253 237 0 6 15 35 37 16 103
Binary 10110110 10101011 10011111 0 110 1101 11101 11111 1110 1000011

Color Harmonies of #B6AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB9F

Black with #B6AB9F

Text Example


Text Example

White with #B6AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB9F; }

 p { color: rgb(182,171,159); }

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

background-color css

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

 a { background-color: rgb(182,171,159); }

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

border-color css

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

 span { border-color: rgb(182,171,159); }

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