Html Css Color HEX #BDA893 Silk

📋 copy color: '#BDA893'

red 189 ◦ green 168 ◦ blue 147

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

Shades of Silk #BDA893

Tints of Silk #BDA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 37.5%
G = 33.33%
B = 29.17%

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

#BDA893 (or 0xBDA893) is known color: Silk. HEX triplet: BD, A8 and 93. RGB value is (189,168,147). Sum of RGB (Red+Green+Blue) = 189+168+147=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA893 is #42576C. Grayscale: #ABABAB. Windows color (decimal): -4347757 or 9676989. OLE color: 9676989.

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

Color convert

RGB 189 168 147 -
CMYK 0 0.11 0.22 0.26
HSL 30º 0.24% 0.66% -
HSV(B) 30º 0.22% 0.74% -
XYZ 40.26 40.93 33.38 -
YUV 171.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 189 168 147 0 0.11 0.22 0.26 30 0.24 0.66
Hex BD A8 93 0 B 16 1A 1E 18 42
Octal 275 250 223 0 13 26 32 36 30 102
Binary 10111101 10101000 10010011 0 1011 10110 11010 11110 11000 1000010

Color Harmonies of #BDA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA893

Black with #BDA893

Text Example


Text Example

White with #BDA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA893; }

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

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

background-color css

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

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

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

border-color css

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

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

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