Html Css Color HEX #BDA994 Silk

📋 copy color: '#BDA994'

red 189 ◦ green 169 ◦ blue 148

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

Shades of Silk #BDA994

Tints of Silk #BDA994

RGB

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

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

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

R = 37.35%
G = 33.4%
B = 29.25%

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

#BDA994 (or 0xBDA994) is known color: Silk. HEX triplet: BD, A9 and 94. RGB value is (189,169,148). Sum of RGB (Red+Green+Blue) = 189+169+148=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA994 is #42566B. Grayscale: #ACACAC. Windows color (decimal): -4347500 or 9742781. OLE color: 9742781.

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

Color convert

RGB 189 169 148 -
CMYK 0 0.11 0.22 0.26
HSL 30.73º 0.24% 0.66% -
HSV(B) 30.73º 0.22% 0.74% -
XYZ 40.52 41.33 33.86 -
YUV 172.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 189 169 148 0 0.11 0.22 0.26 30.73 0.24 0.66
Hex BD A9 94 0 B 16 1A 1F 18 42
Octal 275 251 224 0 13 26 32 37 30 102
Binary 10111101 10101001 10010100 0 1011 10110 11010 11111 11000 1000010

Color Harmonies of #BDA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA994

Black with #BDA994

Text Example


Text Example

White with #BDA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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