Html Css Color HEX #BDA495 Silk

📋 copy color: '#BDA495'

red 189 ◦ green 164 ◦ blue 149

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

Shades of Silk #BDA495

Tints of Silk #BDA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 37.65%
G = 32.67%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA495 (or 0xBDA495) is known color: Silk. HEX triplet: BD, A4 and 95. RGB value is (189,164,149). Sum of RGB (Red+Green+Blue) = 189+164+149=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA495 is #425B6A. Grayscale: #A9A9A9. Windows color (decimal): -4348779 or 9807037. OLE color: 9807037.

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

Color convert

RGB 189 164 149 -
CMYK 0 0.13 0.21 0.26
HSL 22.5º 0.23% 0.66% -
HSV(B) 22.5º 0.21% 0.74% -
XYZ 39.69 39.54 33.97 -
YUV 169.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 189 164 149 0 0.13 0.21 0.26 22.5 0.23 0.66
Hex BD A4 95 0 D 15 1A 16 17 42
Octal 275 244 225 0 15 25 32 26 27 102
Binary 10111101 10100100 10010101 0 1101 10101 11010 10110 10111 1000010

Color Harmonies of #BDA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA495

Black with #BDA495

Text Example


Text Example

White with #BDA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA495; }

 p { color: rgb(189,164,149); }

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

background-color css

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

 a { background-color: rgb(189,164,149); }

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

border-color css

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

 span { border-color: rgb(189,164,149); }

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