Html Css Color HEX #BDA898 Silk

📋 copy color: '#BDA898'

red 189 ◦ green 168 ◦ blue 152

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

Shades of Silk #BDA898

Tints of Silk #BDA898

RGB

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

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

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

R = 37.13%
G = 33.01%
B = 29.86%

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

#BDA898 (or 0xBDA898) is known color: Silk. HEX triplet: BD, A8 and 98. RGB value is (189,168,152). Sum of RGB (Red+Green+Blue) = 189+168+152=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA898 is #425767. Grayscale: #ACACAC. Windows color (decimal): -4347752 or 10004669. OLE color: 10004669.

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

Color convert

RGB 189 168 152 -
CMYK 0 0.11 0.20 0.26
HSL 25.95º 0.22% 0.67% -
HSV(B) 25.95º 0.2% 0.74% -
XYZ 40.66 41.09 35.49 -
YUV 172.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 189 168 152 0 0.11 0.20 0.26 25.95 0.22 0.67
Hex BD A8 98 0 B 14 1A 1A 16 43
Octal 275 250 230 0 13 24 32 32 26 103
Binary 10111101 10101000 10011000 0 1011 10100 11010 11010 10110 1000011

Color Harmonies of #BDA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA898

Black with #BDA898

Text Example


Text Example

White with #BDA898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA898; }

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

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

background-color css

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

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

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

border-color css

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

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

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