Html Css Color HEX #BDAB9B Silk

📋 copy color: '#BDAB9B'

red 189 ◦ green 171 ◦ blue 155

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

Shades of Silk #BDAB9B

Tints of Silk #BDAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 36.7%
G = 33.2%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BDAB9B (or 0xBDAB9B) is known color: Silk. HEX triplet: BD, AB and 9B. RGB value is (189,171,155). Sum of RGB (Red+Green+Blue) = 189+171+155=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9B is #425464. Grayscale: #AEAEAE. Windows color (decimal): -4346981 or 10202045. OLE color: 10202045.

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

Color convert

RGB 189 171 155 -
CMYK 0 0.10 0.18 0.26
HSL 28.24º 0.2% 0.67% -
HSV(B) 28.24º 0.18% 0.74% -
XYZ 41.47 42.31 36.99 -
YUV 174.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 189 171 155 0 0.10 0.18 0.26 28.24 0.2 0.67
Hex BD AB 9B 0 A 12 1A 1C 14 43
Octal 275 253 233 0 12 22 32 34 24 103
Binary 10111101 10101011 10011011 0 1010 10010 11010 11100 10100 1000011

Color Harmonies of #BDAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB9B

Black with #BDAB9B

Text Example


Text Example

White with #BDAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB9B; }

 p { color: rgb(189,171,155); }

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

background-color css

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

 a { background-color: rgb(189,171,155); }

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

border-color css

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

 span { border-color: rgb(189,171,155); }

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