Html Css Color HEX #B6ABA4 Silk

📋 copy color: '#B6ABA4'

red 182 ◦ green 171 ◦ blue 164

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

Shades of Silk #B6ABA4

Tints of Silk #B6ABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 35.2%
G = 33.08%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B6ABA4 (or 0xB6ABA4) is known color: Silk. HEX triplet: B6, AB and A4. RGB value is (182,171,164). Sum of RGB (Red+Green+Blue) = 182+171+164=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABA4 is #49545B. Grayscale: #ADADAD. Windows color (decimal): -4805724 or 10791862. OLE color: 10791862.

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

Color convert

RGB 182 171 164 -
CMYK 0 0.06 0.10 0.29
HSL 23.33º 0.11% 0.68% -
HSV(B) 23.33º 0.1% 0.71% -
XYZ 40.56 41.75 41.04 -
YUV 173.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 182 171 164 0 0.06 0.10 0.29 23.33 0.11 0.68
Hex B6 AB A4 0 6 A 1D 17 B 44
Octal 266 253 244 0 6 12 35 27 13 104
Binary 10110110 10101011 10100100 0 110 1010 11101 10111 1011 1000100

Color Harmonies of #B6ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABA4

Black with #B6ABA4

Text Example


Text Example

White with #B6ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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