Html Css Color HEX #BDA698 Silk

📋 copy color: '#BDA698'

red 189 ◦ green 166 ◦ blue 152

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

Shades of Silk #BDA698

Tints of Silk #BDA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 37.28%
G = 32.74%
B = 29.98%

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

#BDA698 (or 0xBDA698) is known color: Silk. HEX triplet: BD, A6 and 98. RGB value is (189,166,152). Sum of RGB (Red+Green+Blue) = 189+166+152=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA698 is #425967. Grayscale: #ABABAB. Windows color (decimal): -4348264 or 10004157. OLE color: 10004157.

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

Color convert

RGB 189 166 152 -
CMYK 0 0.12 0.20 0.26
HSL 22.7º 0.22% 0.67% -
HSV(B) 22.7º 0.2% 0.74% -
XYZ 40.29 40.36 35.37 -
YUV 171.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 189 166 152 0 0.12 0.20 0.26 22.7 0.22 0.67
Hex BD A6 98 0 C 14 1A 17 16 43
Octal 275 246 230 0 14 24 32 27 26 103
Binary 10111101 10100110 10011000 0 1100 10100 11010 10111 10110 1000011

Color Harmonies of #BDA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA698

Black with #BDA698

Text Example


Text Example

White with #BDA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA698; }

 p { color: rgb(189,166,152); }

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

background-color css

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

 a { background-color: rgb(189,166,152); }

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

border-color css

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

 span { border-color: rgb(189,166,152); }

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