Html Css Color HEX #B7A495 Silk

📋 copy color: '#B7A495'

red 183 ◦ green 164 ◦ blue 149

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

Shades of Silk #B7A495

Tints of Silk #B7A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.06%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 36.9%
G = 33.06%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B7A495 (or 0xB7A495) is known color: Silk. HEX triplet: B7, A4 and 95. RGB value is (183,164,149). Sum of RGB (Red+Green+Blue) = 183+164+149=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A495 is #485B6A. Grayscale: #A8A8A8. Windows color (decimal): -4741995 or 9807031. OLE color: 9807031.

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

Color convert

RGB 183 164 149 -
CMYK 0 0.10 0.19 0.28
HSL 26.47º 0.19% 0.65% -
HSV(B) 26.47º 0.19% 0.72% -
XYZ 38.23 38.79 33.91 -
YUV 167.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 183 164 149 0 0.10 0.19 0.28 26.47 0.19 0.65
Hex B7 A4 95 0 A 13 1C 1A 13 41
Octal 267 244 225 0 12 23 34 32 23 101
Binary 10110111 10100100 10010101 0 1010 10011 11100 11010 10011 1000001

Color Harmonies of #B7A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A495

Black with #B7A495

Text Example


Text Example

White with #B7A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A495; }

 p { color: rgb(183,164,149); }

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

background-color css

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

 a { background-color: rgb(183,164,149); }

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

border-color css

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

 span { border-color: rgb(183,164,149); }

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