Html Css Color HEX #B3ABA5 Silk

📋 copy color: '#B3ABA5'

red 179 ◦ green 171 ◦ blue 165

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

Shades of Silk #B3ABA5

Tints of Silk #B3ABA5

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 34.76%
G = 33.2%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B3ABA5 (or 0xB3ABA5) is known color: Silk. HEX triplet: B3, AB and A5. RGB value is (179,171,165). Sum of RGB (Red+Green+Blue) = 179+171+165=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABA5 is #4C545A. Grayscale: #ACACAC. Windows color (decimal): -5002331 or 10857395. OLE color: 10857395.

HSL color Cylindrical-coordinate representation of color #B3ABA5: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3ABA5 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 165 -
CMYK 0 0.04 0.08 0.30
HSL 25.71º 0.08% 0.67% -
HSV(B) 25.71º 0.08% 0.7% -
XYZ 39.94 41.43 41.49 -
YUV 172.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 179 171 165 0 0.04 0.08 0.30 25.71 0.08 0.67
Hex B3 AB A5 0 4 8 1E 1A 8 43
Octal 263 253 245 0 4 10 36 32 10 103
Binary 10110011 10101011 10100101 0 100 1000 11110 11010 1000 1000011

Color Harmonies of #B3ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABA5

Black with #B3ABA5

Text Example


Text Example

White with #B3ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABA5; }

 p { color: rgb(179,171,165); }

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

background-color css

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

 a { background-color: rgb(179,171,165); }

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

border-color css

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

 span { border-color: rgb(179,171,165); }

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