Html Css Color HEX #BDAA9E Silk

📋 copy color: '#BDAA9E'

red 189 ◦ green 170 ◦ blue 158

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

Shades of Silk #BDAA9E

Tints of Silk #BDAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 36.56%
G = 32.88%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDAA9E (or 0xBDAA9E) is known color: Silk. HEX triplet: BD, AA and 9E. RGB value is (189,170,158). Sum of RGB (Red+Green+Blue) = 189+170+158=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA9E is #425561. Grayscale: #AEAEAE. Windows color (decimal): -4347234 or 10398397. OLE color: 10398397.

HSL color Cylindrical-coordinate representation of color #BDAA9E: hue angle of 23.23º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAA9E is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 170 158 -
CMYK 0 0.10 0.16 0.26
HSL 23.23º 0.19% 0.68% -
HSV(B) 23.23º 0.16% 0.74% -
XYZ 41.53 42.04 38.27 -
YUV 174.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 189 170 158 0 0.10 0.16 0.26 23.23 0.19 0.68
Hex BD AA 9E 0 A 10 1A 17 13 44
Octal 275 252 236 0 12 20 32 27 23 104
Binary 10111101 10101010 10011110 0 1010 10000 11010 10111 10011 1000100

Color Harmonies of #BDAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAA9E

Black with #BDAA9E

Text Example


Text Example

White with #BDAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAA9E; }

 p { color: rgb(189,170,158); }

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

background-color css

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

 a { background-color: rgb(189,170,158); }

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

border-color css

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

 span { border-color: rgb(189,170,158); }

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