Html Css Color HEX #BDA799 Silk

📋 copy color: '#BDA799'

red 189 ◦ green 167 ◦ blue 153

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

Shades of Silk #BDA799

Tints of Silk #BDA799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.81%

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 37.13%
G = 32.81%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BDA799 (or 0xBDA799) is known color: Silk. HEX triplet: BD, A7 and 99. RGB value is (189,167,153). Sum of RGB (Red+Green+Blue) = 189+167+153=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA799 is #425866. Grayscale: #ACACAC. Windows color (decimal): -4348007 or 10069949. OLE color: 10069949.

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

Color convert

RGB 189 167 153 -
CMYK 0 0.12 0.19 0.26
HSL 23.33º 0.21% 0.67% -
HSV(B) 23.33º 0.19% 0.74% -
XYZ 40.55 40.76 35.87 -
YUV 171.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 189 167 153 0 0.12 0.19 0.26 23.33 0.21 0.67
Hex BD A7 99 0 C 13 1A 17 15 43
Octal 275 247 231 0 14 23 32 27 25 103
Binary 10111101 10100111 10011001 0 1100 10011 11010 10111 10101 1000011

Color Harmonies of #BDA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA799

Black with #BDA799

Text Example


Text Example

White with #BDA799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA799; }

 p { color: rgb(189,167,153); }

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

background-color css

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

 a { background-color: rgb(189,167,153); }

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

border-color css

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

 span { border-color: rgb(189,167,153); }

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