Html Css Color HEX #BDAB9F Silk

📋 copy color: '#BDAB9F'

red 189 ◦ green 171 ◦ blue 159

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

Shades of Silk #BDAB9F

Tints of Silk #BDAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.95%

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 36.42%
G = 32.95%
B = 30.64%

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

#BDAB9F (or 0xBDAB9F) is known color: Silk. HEX triplet: BD, AB and 9F. RGB value is (189,171,159). Sum of RGB (Red+Green+Blue) = 189+171+159=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9F is #425460. Grayscale: #AFAFAF. Windows color (decimal): -4346977 or 10464189. OLE color: 10464189.

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

Color convert

RGB 189 171 159 -
CMYK 0 0.10 0.16 0.26
HSL 24º 0.19% 0.68% -
HSV(B) 24º 0.16% 0.74% -
XYZ 41.81 42.45 38.79 -
YUV 175.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 189 171 159 0 0.10 0.16 0.26 24 0.19 0.68
Hex BD AB 9F 0 A 10 1A 18 13 44
Octal 275 253 237 0 12 20 32 30 23 104
Binary 10111101 10101011 10011111 0 1010 10000 11010 11000 10011 1000100

Color Harmonies of #BDAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB9F

Black with #BDAB9F

Text Example


Text Example

White with #BDAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB9F; }

 p { color: rgb(189,171,159); }

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

background-color css

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

 a { background-color: rgb(189,171,159); }

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

border-color css

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

 span { border-color: rgb(189,171,159); }

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