Html Css Color HEX #BDA896 Silk

📋 copy color: '#BDA896'

red 189 ◦ green 168 ◦ blue 150

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

Shades of Silk #BDA896

Tints of Silk #BDA896

RGB

 RED value IS 189 (74.22% from 255) = 37.28%

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 37.28%
G = 33.14%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA896 (or 0xBDA896) is known color: Silk. HEX triplet: BD, A8 and 96. RGB value is (189,168,150). Sum of RGB (Red+Green+Blue) = 189+168+150=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA896 is #425769. Grayscale: #ACACAC. Windows color (decimal): -4347754 or 9873597. OLE color: 9873597.

HSL color Cylindrical-coordinate representation of color #BDA896: hue angle of 27.69º 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 #BDA896 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 150 -
CMYK 0 0.11 0.21 0.26
HSL 27.69º 0.23% 0.66% -
HSV(B) 27.69º 0.21% 0.74% -
XYZ 40.49 41.03 34.64 -
YUV 172.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 189 168 150 0 0.11 0.21 0.26 27.69 0.23 0.66
Hex BD A8 96 0 B 15 1A 1C 17 42
Octal 275 250 226 0 13 25 32 34 27 102
Binary 10111101 10101000 10010110 0 1011 10101 11010 11100 10111 1000010

Color Harmonies of #BDA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA896

Black with #BDA896

Text Example


Text Example

White with #BDA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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