#BDA79B

Color #BDA79B Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BDA79B

Tints of Silk #BDA79B

Color information

#BDA79B (or 0xBDA79B) is unknown color: approx Silk. HEX triplet: BD, A7 and 9B. RGB value is (189,167,155). Sum of RGB (Red+Green+Blue) = 189+167+155=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79B is #425864. Grayscale: #ACACAC. Windows color (decimal): -4348005 or 10201021. OLE color: 10201021.

HSL color Cylindrical-coordinate representation of color #BDA79B: hue angle of 21.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA79B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189167155-
CMYK00.120.180.26
HSL21.18º20.48%67.45%-
HSV(B)21.18º17.99%74.12%-
XYZ40.7240.8236.74-
YUV172.21118.29139.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=36.99%
G=32.68%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916715500.120.180.2621.1820.4867.45
HexBDA79B0C121A151443
Octal27524723301422322524103
Binary10111101101001111001101101100100101101010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA79B; }

 p { color: rgb(189,167,155); }

 H1.HeaderClassName
 {
   color: #BDA79B;
 }
 .AnyTagClassName
 {
   color: #BDA79B;
 }
</style>
background-color css

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

 a { background-color: rgb(189,167,155); }

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

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

 span { border-color: rgb(189,167,155); }

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