Html Css Color HEX #B7ADA5 Silk

📋 copy color: '#B7ADA5'

red 183 ◦ green 173 ◦ blue 165

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

Shades of Silk #B7ADA5

Tints of Silk #B7ADA5

RGB

 RED value IS 183 (71.88% from 255) = 35.12%

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 35.12%
G = 33.21%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B7ADA5 (or 0xB7ADA5) is known color: Silk. HEX triplet: B7, AD and A5. RGB value is (183,173,165). Sum of RGB (Red+Green+Blue) = 183+173+165=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADA5 is #48525A. Grayscale: #AFAFAF. Windows color (decimal): -4739675 or 10857911. OLE color: 10857911.

HSL color Cylindrical-coordinate representation of color #B7ADA5: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7ADA5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 165 -
CMYK 0 0.05 0.10 0.28
HSL 26.67º 0.11% 0.68% -
HSV(B) 26.67º 0.1% 0.72% -
XYZ 41.26 42.67 41.66 -
YUV 175.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 183 173 165 0 0.05 0.10 0.28 26.67 0.11 0.68
Hex B7 AD A5 0 5 A 1C 1B B 44
Octal 267 255 245 0 5 12 34 33 13 104
Binary 10110111 10101101 10100101 0 101 1010 11100 11011 1011 1000100

Color Harmonies of #B7ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADA5

Black with #B7ADA5

Text Example


Text Example

White with #B7ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADA5; }

 p { color: rgb(183,173,165); }

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

background-color css

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

 a { background-color: rgb(183,173,165); }

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

border-color css

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

 span { border-color: rgb(183,173,165); }

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