#BBA79B

Color #BBA79B Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BBA79B

Tints of Silk #BBA79B

Color information

#BBA79B (or 0xBBA79B) is unknown color: approx Silk. HEX triplet: BB, A7 and 9B. RGB value is (187,167,155). Sum of RGB (Red+Green+Blue) = 187+167+155=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA79B is #445864. Grayscale: #ABABAB. Windows color (decimal): -4479077 or 10201019. OLE color: 10201019.

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

Color convert

RGB187167155-
CMYK00.110.170.27
HSL22.5º19.05%67.06%-
HSV(B)22.5º17.11%73.33%-
XYZ40.2340.5736.72-
YUV171.61118.63138.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=36.74%
G=32.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716715500.110.170.2722.519.0567.06
HexBBA79B0B111B171343
Octal27324723301321332723103
Binary10111011101001111001101101011100011101110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA79B; }

 p { color: rgb(187,167,155); }

 H1.HeaderClassName
 {
   color: #BBA79B;
 }
 .AnyTagClassName
 {
   color: #BBA79B;
 }
</style>
background-color css

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

 a { background-color: rgb(187,167,155); }

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

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

 span { border-color: rgb(187,167,155); }

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