Html Css Color HEX #BDA797 Silk

📋 copy color: '#BDA797'

red 189 ◦ green 167 ◦ blue 151

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

Shades of Silk #BDA797

Tints of Silk #BDA797

RGB

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

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

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

R = 37.28%
G = 32.94%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA797 (or 0xBDA797) is known color: Silk. HEX triplet: BD, A7 and 97. RGB value is (189,167,151). Sum of RGB (Red+Green+Blue) = 189+167+151=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA797 is #425868. Grayscale: #ABABAB. Windows color (decimal): -4348009 or 9938877. OLE color: 9938877.

HSL color Cylindrical-coordinate representation of color #BDA797: hue angle of 25.26º 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 #BDA797 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 151 -
CMYK 0 0.12 0.20 0.26
HSL 25.26º 0.22% 0.67% -
HSV(B) 25.26º 0.2% 0.74% -
XYZ 40.39 40.69 35 -
YUV 171.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 189 167 151 0 0.12 0.20 0.26 25.26 0.22 0.67
Hex BD A7 97 0 C 14 1A 19 16 43
Octal 275 247 227 0 14 24 32 31 26 103
Binary 10111101 10100111 10010111 0 1100 10100 11010 11001 10110 1000011

Color Harmonies of #BDA797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA797

Black with #BDA797

Text Example


Text Example

White with #BDA797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA797; }

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

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

background-color css

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

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

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

border-color css

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

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

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