Html Css Color HEX #BDA89C Silk

📋 copy color: '#BDA89C'

red 189 ◦ green 168 ◦ blue 156

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

Shades of Silk #BDA89C

Tints of Silk #BDA89C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 36.84%
G = 32.75%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDA89C (or 0xBDA89C) is known color: Silk. HEX triplet: BD, A8 and 9C. RGB value is (189,168,156). Sum of RGB (Red+Green+Blue) = 189+168+156=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89C is #425763. Grayscale: #ACACAC. Windows color (decimal): -4347748 or 10266813. OLE color: 10266813.

HSL color Cylindrical-coordinate representation of color #BDA89C: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA89C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 156 -
CMYK 0 0.11 0.17 0.26
HSL 21.82º 0.2% 0.68% -
HSV(B) 21.82º 0.17% 0.74% -
XYZ 40.99 41.22 37.25 -
YUV 172.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 189 168 156 0 0.11 0.17 0.26 21.82 0.2 0.68
Hex BD A8 9C 0 B 11 1A 16 14 44
Octal 275 250 234 0 13 21 32 26 24 104
Binary 10111101 10101000 10011100 0 1011 10001 11010 10110 10100 1000100

Color Harmonies of #BDA89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA89C

Black with #BDA89C

Text Example


Text Example

White with #BDA89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA89C; }

 p { color: rgb(189,168,156); }

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

background-color css

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

 a { background-color: rgb(189,168,156); }

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

border-color css

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

 span { border-color: rgb(189,168,156); }

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