Html Css Color HEX #BBAF9F Silk

📋 copy color: '#BBAF9F'

red 187 ◦ green 175 ◦ blue 159

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

Shades of Silk #BBAF9F

Tints of Silk #BBAF9F

RGB

 RED value IS 187 (73.44% from 255) = 35.89%

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 35.89%
G = 33.59%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBAF9F (or 0xBBAF9F) is known color: Silk. HEX triplet: BB, AF and 9F. RGB value is (187,175,159). Sum of RGB (Red+Green+Blue) = 187+175+159=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF9F is #445060. Grayscale: #B0B0B0. Windows color (decimal): -4477025 or 10465211. OLE color: 10465211.

HSL color Cylindrical-coordinate representation of color #BBAF9F: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAF9F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 159 -
CMYK 0 0.06 0.15 0.27
HSL 34.29º 0.17% 0.68% -
HSV(B) 34.29º 0.15% 0.73% -
XYZ 42.08 43.73 39.02 -
YUV 176.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 187 175 159 0 0.06 0.15 0.27 34.29 0.17 0.68
Hex BB AF 9F 0 6 F 1B 22 11 44
Octal 273 257 237 0 6 17 33 42 21 104
Binary 10111011 10101111 10011111 0 110 1111 11011 100010 10001 1000100

Color Harmonies of #BBAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF9F

Black with #BBAF9F

Text Example


Text Example

White with #BBAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF9F; }

 p { color: rgb(187,175,159); }

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

background-color css

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

 a { background-color: rgb(187,175,159); }

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

border-color css

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

 span { border-color: rgb(187,175,159); }

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