Html Css Color HEX #BDA796 Silk

📋 copy color: '#BDA796'

red 189 ◦ green 167 ◦ blue 150

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

Shades of Silk #BDA796

Tints of Silk #BDA796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 37.35%
G = 33%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA796 (or 0xBDA796) is known color: Silk. HEX triplet: BD, A7 and 96. RGB value is (189,167,150). Sum of RGB (Red+Green+Blue) = 189+167+150=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA796 is #425869. Grayscale: #ABABAB. Windows color (decimal): -4348010 or 9873341. OLE color: 9873341.

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

Color convert

RGB 189 167 150 -
CMYK 0 0.12 0.21 0.26
HSL 26.15º 0.23% 0.66% -
HSV(B) 26.15º 0.21% 0.74% -
XYZ 40.31 40.66 34.58 -
YUV 171.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 189 167 150 0 0.12 0.21 0.26 26.15 0.23 0.66
Hex BD A7 96 0 C 15 1A 1A 17 42
Octal 275 247 226 0 14 25 32 32 27 102
Binary 10111101 10100111 10010110 0 1100 10101 11010 11010 10111 1000010

Color Harmonies of #BDA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA796

Black with #BDA796

Text Example


Text Example

White with #BDA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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