#BBA79A

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

Shades of Silk #BBA79A

Tints of Silk #BBA79A

Color information

#BBA79A (or 0xBBA79A) is unknown color: approx Silk. HEX triplet: BB, A7 and 9A. RGB value is (187,167,154). Sum of RGB (Red+Green+Blue) = 187+167+154=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA79A is #445865. Grayscale: #ABABAB. Windows color (decimal): -4479078 or 10135483. OLE color: 10135483.

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

Color convert

RGB187167154-
CMYK00.110.180.27
HSL23.64º19.53%66.86%-
HSV(B)23.64º17.65%73.33%-
XYZ40.1440.5436.28-
YUV171.5118.13139.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=36.81%
G=32.87%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716715400.110.180.2723.6419.5366.86
HexBBA79A0B121B181443
Octal27324723201322333024103
Binary10111011101001111001101001011100101101111000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA79A; }

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

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

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

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

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

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

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

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