#BDA796

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

Shades of Silk #BDA796

Tints of Silk #BDA796

Color information

#BDA796 (or 0xBDA796) is unknown color: approx Silk. HEX triplet: BD, A7 and 96. RGB value is (189,167,150). Sum of RGB (Red+Green+Blue) = 189+167+150=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA796 is #425869. Grayscale: #ABABAB. Windows color (decimal): -4348010 or 9873341. OLE color: 9873341.

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

Color convert

RGB189167150-
CMYK00.120.210.26
HSL26.15º22.81%66.47%-
HSV(B)26.15º20.63%74.12%-
XYZ40.3140.6634.58-
YUV171.64115.79140.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=37.35%
G=33.00%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916715000.120.210.2626.1522.8166.47
HexBDA7960C151A1a1742
Octal27524722601425323227102
Binary10111101101001111001011001100101011101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA796; }

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

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

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

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

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

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

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

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