Html Css Color HEX #BDA692 Silk

📋 copy color: '#BDA692'

red 189 ◦ green 166 ◦ blue 146

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

Shades of Silk #BDA692

Tints of Silk #BDA692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 37.72%
G = 33.13%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA692 (or 0xBDA692) is known color: Silk. HEX triplet: BD, A6 and 92. RGB value is (189,166,146). Sum of RGB (Red+Green+Blue) = 189+166+146=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA692 is #42596D. Grayscale: #AAAAAA. Windows color (decimal): -4348270 or 9610941. OLE color: 9610941.

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

Color convert

RGB 189 166 146 -
CMYK 0 0.12 0.23 0.26
HSL 27.91º 0.25% 0.66% -
HSV(B) 27.91º 0.23% 0.74% -
XYZ 39.81 40.17 32.85 -
YUV 170.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 189 166 146 0 0.12 0.23 0.26 27.91 0.25 0.66
Hex BD A6 92 0 C 17 1A 1C 19 42
Octal 275 246 222 0 14 27 32 34 31 102
Binary 10111101 10100110 10010010 0 1100 10111 11010 11100 11001 1000010

Color Harmonies of #BDA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA692

Black with #BDA692

Text Example


Text Example

White with #BDA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA692; }

 p { color: rgb(189,166,146); }

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

background-color css

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

 a { background-color: rgb(189,166,146); }

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

border-color css

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

 span { border-color: rgb(189,166,146); }

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