Html Css Color HEX #BDA593 Silk

📋 copy color: '#BDA593'

red 189 ◦ green 165 ◦ blue 147

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

Shades of Silk #BDA593

Tints of Silk #BDA593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

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

R = 37.72%
G = 32.93%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDA593 (or 0xBDA593) is known color: Silk. HEX triplet: BD, A5 and 93. RGB value is (189,165,147). Sum of RGB (Red+Green+Blue) = 189+165+147=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA593 is #425A6C. Grayscale: #AAAAAA. Windows color (decimal): -4348525 or 9676221. OLE color: 9676221.

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

Color convert

RGB 189 165 147 -
CMYK 0 0.13 0.22 0.26
HSL 25.71º 0.24% 0.66% -
HSV(B) 25.71º 0.22% 0.74% -
XYZ 39.71 39.84 33.2 -
YUV 170.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 189 165 147 0 0.13 0.22 0.26 25.71 0.24 0.66
Hex BD A5 93 0 D 16 1A 1A 18 42
Octal 275 245 223 0 15 26 32 32 30 102
Binary 10111101 10100101 10010011 0 1101 10110 11010 11010 11000 1000010

Color Harmonies of #BDA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA593

Black with #BDA593

Text Example


Text Example

White with #BDA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA593; }

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

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

background-color css

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

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

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

border-color css

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

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

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