#BBA794

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

Shades of Silk #BBA794

Tints of Silk #BBA794

Color information

#BBA794 (or 0xBBA794) is unknown color: approx Silk. HEX triplet: BB, A7 and 94. RGB value is (187,167,148). Sum of RGB (Red+Green+Blue) = 187+167+148=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA794 is #44586B. Grayscale: #AAAAAA. Windows color (decimal): -4479084 or 9742267. OLE color: 9742267.

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

Color convert

RGB187167148-
CMYK00.110.210.27
HSL29.23º22.29%65.69%-
HSV(B)29.23º20.86%73.33%-
XYZ39.6640.3433.71-
YUV170.81115.13139.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=37.25%
G=33.27%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716714800.110.210.2729.2322.2965.69
HexBBA7940B151B1d1642
Octal27324722401325333526102
Binary10111011101001111001010001011101011101111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA794; }

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

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

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

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

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

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

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

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