Html Css Color HEX #BDA993 Silk

📋 copy color: '#BDA993'

red 189 ◦ green 169 ◦ blue 147

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

Shades of Silk #BDA993

Tints of Silk #BDA993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 37.43%
G = 33.47%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDA993 (or 0xBDA993) is known color: Silk. HEX triplet: BD, A9 and 93. RGB value is (189,169,147). Sum of RGB (Red+Green+Blue) = 189+169+147=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA993 is #42566C. Grayscale: #ACACAC. Windows color (decimal): -4347501 or 9677245. OLE color: 9677245.

HSL color Cylindrical-coordinate representation of color #BDA993: hue angle of 31.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA993 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 147 -
CMYK 0 0.11 0.22 0.26
HSL 31.43º 0.24% 0.66% -
HSV(B) 31.43º 0.22% 0.74% -
XYZ 40.44 41.3 33.44 -
YUV 172.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 189 169 147 0 0.11 0.22 0.26 31.43 0.24 0.66
Hex BD A9 93 0 B 16 1A 1F 18 42
Octal 275 251 223 0 13 26 32 37 30 102
Binary 10111101 10101001 10010011 0 1011 10110 11010 11111 11000 1000010

Color Harmonies of #BDA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA993

Black with #BDA993

Text Example


Text Example

White with #BDA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA993; }

 p { color: rgb(189,169,147); }

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

background-color css

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

 a { background-color: rgb(189,169,147); }

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

border-color css

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

 span { border-color: rgb(189,169,147); }

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