Html Css Color HEX #BDA494 Silk

📋 copy color: '#BDA494'

red 189 ◦ green 164 ◦ blue 148

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

Shades of Silk #BDA494

Tints of Silk #BDA494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 37.72%
G = 32.73%
B = 29.54%

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

#BDA494 (or 0xBDA494) is known color: Silk. HEX triplet: BD, A4 and 94. RGB value is (189,164,148). Sum of RGB (Red+Green+Blue) = 189+164+148=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA494 is #425B6B. Grayscale: #A9A9A9. Windows color (decimal): -4348780 or 9741501. OLE color: 9741501.

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

Color convert

RGB 189 164 148 -
CMYK 0 0.13 0.22 0.26
HSL 23.41º 0.24% 0.66% -
HSV(B) 23.41º 0.22% 0.74% -
XYZ 39.61 39.51 33.56 -
YUV 169.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 189 164 148 0 0.13 0.22 0.26 23.41 0.24 0.66
Hex BD A4 94 0 D 16 1A 17 18 42
Octal 275 244 224 0 15 26 32 27 30 102
Binary 10111101 10100100 10010100 0 1101 10110 11010 10111 11000 1000010

Color Harmonies of #BDA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA494

Black with #BDA494

Text Example


Text Example

White with #BDA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA494; }

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

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

background-color css

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

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

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

border-color css

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

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

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