Html Css Color HEX #BDAC99 Silk

📋 copy color: '#BDAC99'

red 189 ◦ green 172 ◦ blue 153

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

Shades of Silk #BDAC99

Tints of Silk #BDAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.46%

 BLUE value IS 153 (60.16% from 255) = 29.77%

R = 36.77%
G = 33.46%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDAC99 (or 0xBDAC99) is known color: Silk. HEX triplet: BD, AC and 99. RGB value is (189,172,153). Sum of RGB (Red+Green+Blue) = 189+172+153=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC99 is #425366. Grayscale: #AFAFAF. Windows color (decimal): -4346727 or 10071229. OLE color: 10071229.

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

Color convert

RGB 189 172 153 -
CMYK 0 0.09 0.19 0.26
HSL 31.67º 0.21% 0.67% -
HSV(B) 31.67º 0.19% 0.74% -
XYZ 41.49 42.62 36.18 -
YUV 174.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 189 172 153 0 0.09 0.19 0.26 31.67 0.21 0.67
Hex BD AC 99 0 9 13 1A 20 15 43
Octal 275 254 231 0 11 23 32 40 25 103
Binary 10111101 10101100 10011001 0 1001 10011 11010 100000 10101 1000011

Color Harmonies of #BDAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC99

Black with #BDAC99

Text Example


Text Example

White with #BDAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC99; }

 p { color: rgb(189,172,153); }

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

background-color css

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

 a { background-color: rgb(189,172,153); }

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

border-color css

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

 span { border-color: rgb(189,172,153); }

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