Html Css Color HEX #B7A595 Silk

📋 copy color: '#B7A595'

red 183 ◦ green 165 ◦ blue 149

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

Shades of Silk #B7A595

Tints of Silk #B7A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.2%

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

R = 36.82%
G = 33.2%
B = 29.98%

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

#B7A595 (or 0xB7A595) is known color: Silk. HEX triplet: B7, A5 and 95. RGB value is (183,165,149). Sum of RGB (Red+Green+Blue) = 183+165+149=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A595 is #485A6A. Grayscale: #A8A8A8. Windows color (decimal): -4741739 or 9807287. OLE color: 9807287.

HSL color Cylindrical-coordinate representation of color #B7A595: hue angle of 28.24º 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 #B7A595 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 149 -
CMYK 0 0.10 0.19 0.28
HSL 28.24º 0.19% 0.65% -
HSV(B) 28.24º 0.19% 0.72% -
XYZ 38.41 39.15 33.97 -
YUV 168.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 183 165 149 0 0.10 0.19 0.28 28.24 0.19 0.65
Hex B7 A5 95 0 A 13 1C 1C 13 41
Octal 267 245 225 0 12 23 34 34 23 101
Binary 10110111 10100101 10010101 0 1010 10011 11100 11100 10011 1000001

Color Harmonies of #B7A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A595

Black with #B7A595

Text Example


Text Example

White with #B7A595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A595; }

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

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

background-color css

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

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

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

border-color css

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

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

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