Html Css Color HEX #BDA897 Silk

📋 copy color: '#BDA897'

red 189 ◦ green 168 ◦ blue 151

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

Shades of Silk #BDA897

Tints of Silk #BDA897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 37.2%
G = 33.07%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA897 (or 0xBDA897) is known color: Silk. HEX triplet: BD, A8 and 97. RGB value is (189,168,151). Sum of RGB (Red+Green+Blue) = 189+168+151=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA897 is #425768. Grayscale: #ACACAC. Windows color (decimal): -4347753 or 9939133. OLE color: 9939133.

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

Color convert

RGB 189 168 151 -
CMYK 0 0.11 0.20 0.26
HSL 26.84º 0.22% 0.67% -
HSV(B) 26.84º 0.2% 0.74% -
XYZ 40.57 41.06 35.06 -
YUV 172.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 189 168 151 0 0.11 0.20 0.26 26.84 0.22 0.67
Hex BD A8 97 0 B 14 1A 1B 16 43
Octal 275 250 227 0 13 24 32 33 26 103
Binary 10111101 10101000 10010111 0 1011 10100 11010 11011 10110 1000011

Color Harmonies of #BDA897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA897

Black with #BDA897

Text Example


Text Example

White with #BDA897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA897; }

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

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

background-color css

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

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

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

border-color css

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

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

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